@tsonic/dotnet 0.4.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/Internal/index.d.ts +2 -2
  2. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +6 -6
  3. package/Microsoft.VisualBasic/index.d.ts +36 -36
  4. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +29 -29
  5. package/Microsoft.VisualBasic.FileIO/index.d.ts +10 -10
  6. package/Microsoft.Win32/index.d.ts +8 -8
  7. package/Microsoft.Win32.SafeHandles/index.d.ts +17 -17
  8. package/System/index.d.ts +291 -291
  9. package/System.Buffers/index.d.ts +27 -27
  10. package/System.Buffers.Binary/index.d.ts +1 -1
  11. package/System.Buffers.Text/index.d.ts +4 -4
  12. package/System.CodeDom.Compiler/index.d.ts +2 -2
  13. package/System.Collections/index.d.ts +15 -15
  14. package/System.Collections.Concurrent/index.d.ts +17 -17
  15. package/System.Collections.Frozen/index.d.ts +10 -10
  16. package/System.Collections.Generic/index.d.ts +80 -80
  17. package/System.Collections.Immutable/index.d.ts +39 -39
  18. package/System.Collections.ObjectModel/index.d.ts +17 -17
  19. package/System.Collections.Specialized/index.d.ts +16 -16
  20. package/System.ComponentModel/index.d.ts +160 -160
  21. package/System.ComponentModel.DataAnnotations/index.d.ts +38 -38
  22. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +8 -8
  23. package/System.ComponentModel.Design/index.d.ts +35 -35
  24. package/System.ComponentModel.Design.Serialization/index.d.ts +12 -12
  25. package/System.Configuration.Assemblies/index.d.ts +2 -2
  26. package/System.Data/index.d.ts +98 -98
  27. package/System.Data.Common/index.d.ts +37 -37
  28. package/System.Data.SqlTypes/index.d.ts +23 -23
  29. package/System.Diagnostics/index.d.ts +97 -97
  30. package/System.Diagnostics.CodeAnalysis/index.d.ts +27 -27
  31. package/System.Diagnostics.Contracts/index.d.ts +15 -15
  32. package/System.Diagnostics.Metrics/index.d.ts +29 -29
  33. package/System.Diagnostics.SymbolStore/index.d.ts +5 -5
  34. package/System.Diagnostics.Tracing/index.d.ts +31 -31
  35. package/System.Drawing/index.d.ts +15 -15
  36. package/System.Dynamic/index.d.ts +18 -18
  37. package/System.Formats.Asn1/index.d.ts +10 -10
  38. package/System.Formats.Tar/index.d.ts +12 -12
  39. package/System.Globalization/index.d.ts +42 -42
  40. package/System.IO/index.d.ts +56 -56
  41. package/System.IO.Compression/index.d.ts +17 -17
  42. package/System.IO.Enumeration/index.d.ts +8 -8
  43. package/System.IO.IsolatedStorage/index.d.ts +5 -5
  44. package/System.IO.MemoryMappedFiles/index.d.ts +6 -6
  45. package/System.IO.Pipelines/index.d.ts +10 -10
  46. package/System.IO.Pipes/index.d.ts +16 -16
  47. package/System.Linq/index.d.ts +20 -20
  48. package/System.Linq.Expressions/index.d.ts +42 -42
  49. package/System.Linq.Expressions.Interpreter/index.d.ts +1 -1
  50. package/System.Net/index.d.ts +83 -83
  51. package/System.Net.Cache/index.d.ts +5 -5
  52. package/System.Net.Http/index.d.ts +33 -33
  53. package/System.Net.Http.Headers/index.d.ts +30 -30
  54. package/System.Net.Http.Json/index.d.ts +3 -3
  55. package/System.Net.Http.Metrics/index.d.ts +1 -1
  56. package/System.Net.Mail/index.d.ts +20 -20
  57. package/System.Net.Mime/index.d.ts +10 -10
  58. package/System.Net.NetworkInformation/index.d.ts +44 -44
  59. package/System.Net.Quic/index.d.ts +13 -13
  60. package/System.Net.Security/index.d.ts +23 -23
  61. package/System.Net.ServerSentEvents/index.d.ts +8 -8
  62. package/System.Net.Sockets/index.d.ts +34 -34
  63. package/System.Net.WebSockets/index.d.ts +16 -16
  64. package/System.Numerics/index.d.ts +15 -15
  65. package/System.Reflection/index.d.ts +101 -101
  66. package/System.Reflection.Emit/index.d.ts +28 -28
  67. package/System.Reflection.Metadata/index.d.ts +189 -189
  68. package/System.Reflection.Metadata.Ecma335/index.d.ts +48 -48
  69. package/System.Reflection.PortableExecutable/index.d.ts +27 -27
  70. package/System.Resources/index.d.ts +9 -9
  71. package/System.Runtime/index.d.ts +11 -11
  72. package/System.Runtime.CompilerServices/index.d.ts +189 -189
  73. package/System.Runtime.ConstrainedExecution/index.d.ts +5 -5
  74. package/System.Runtime.ExceptionServices/index.d.ts +4 -4
  75. package/System.Runtime.InteropServices/index.d.ts +130 -130
  76. package/System.Runtime.InteropServices.ComTypes/index.d.ts +38 -38
  77. package/System.Runtime.InteropServices.Java/index.d.ts +4 -4
  78. package/System.Runtime.InteropServices.JavaScript/index.d.ts +36 -36
  79. package/System.Runtime.InteropServices.Marshalling/index.d.ts +36 -36
  80. package/System.Runtime.InteropServices.ObjectiveC/index.d.ts +4 -4
  81. package/System.Runtime.InteropServices.Swift/index.d.ts +5 -5
  82. package/System.Runtime.Intrinsics/index.d.ts +12 -12
  83. package/System.Runtime.Intrinsics.Arm/index.d.ts +22 -22
  84. package/System.Runtime.Intrinsics.Wasm/index.d.ts +1 -1
  85. package/System.Runtime.Intrinsics.X86/index.d.ts +76 -76
  86. package/System.Runtime.Loader/index.d.ts +3 -3
  87. package/System.Runtime.Remoting/index.d.ts +1 -1
  88. package/System.Runtime.Serialization/index.d.ts +44 -44
  89. package/System.Runtime.Serialization.DataContracts/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Formatters/index.d.ts +3 -3
  91. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +1 -1
  92. package/System.Runtime.Serialization.Json/index.d.ts +4 -4
  93. package/System.Runtime.Versioning/index.d.ts +16 -16
  94. package/System.Security/index.d.ts +17 -17
  95. package/System.Security.AccessControl/index.d.ts +70 -70
  96. package/System.Security.Authentication/index.d.ts +6 -6
  97. package/System.Security.Authentication.ExtendedProtection/index.d.ts +7 -7
  98. package/System.Security.Claims/index.d.ts +5 -5
  99. package/System.Security.Cryptography/index.d.ts +167 -167
  100. package/System.Security.Cryptography.X509Certificates/index.d.ts +56 -56
  101. package/System.Security.Permissions/index.d.ts +6 -6
  102. package/System.Security.Policy/index.d.ts +2 -2
  103. package/System.Security.Principal/index.d.ts +15 -15
  104. package/System.Text/index.d.ts +36 -36
  105. package/System.Text.Encodings.Web/index.d.ts +5 -5
  106. package/System.Text.Json/index.d.ts +20 -20
  107. package/System.Text.Json.Nodes/index.d.ts +5 -5
  108. package/System.Text.Json.Schema/index.d.ts +3 -3
  109. package/System.Text.Json.Serialization/index.d.ts +40 -40
  110. package/System.Text.Json.Serialization.Metadata/index.d.ts +18 -18
  111. package/System.Text.RegularExpressions/index.d.ts +19 -19
  112. package/System.Text.Unicode/index.d.ts +4 -4
  113. package/System.Threading/index.d.ts +78 -78
  114. package/System.Threading.Channels/index.d.ts +15 -15
  115. package/System.Threading.Tasks/index.d.ts +28 -28
  116. package/System.Threading.Tasks.Dataflow/index.d.ts +27 -27
  117. package/System.Threading.Tasks.Sources/index.d.ts +4 -4
  118. package/System.Timers/index.d.ts +4 -4
  119. package/System.Transactions/index.d.ts +28 -28
  120. package/System.Web/index.d.ts +1 -1
  121. package/System.Windows.Markup/index.d.ts +1 -1
  122. package/System.Xml/index.d.ts +71 -71
  123. package/System.Xml.Linq/index.d.ts +23 -23
  124. package/System.Xml.Resolvers/index.d.ts +2 -2
  125. package/System.Xml.Schema/index.d.ts +88 -88
  126. package/System.Xml.Serialization/index.d.ts +68 -68
  127. package/System.Xml.XPath/index.d.ts +14 -14
  128. package/System.Xml.Xsl/index.d.ts +9 -9
  129. package/System.Xml.Xsl.Runtime/index.d.ts +50 -50
  130. package/package.json +1 -6
@@ -11,5 +11,5 @@ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrSt
11
11
  export * from './internal/index.js';
12
12
 
13
13
  // Individual type exports for convenience
14
- export type Console = Internal.Console;
15
- export type Console_Error = Internal.Console_Error;
14
+ export { Console$instance as Console } from './internal/index.js';
15
+ export { Console_Error$instance as Console_Error } from './internal/index.js';
@@ -17,9 +17,9 @@ import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible,
17
17
  export * from './internal/index.js';
18
18
 
19
19
  // Individual type exports for convenience
20
- export type Binder = Internal.Binder;
21
- export type CSharpArgumentInfo = Internal.CSharpArgumentInfo;
22
- export type CSharpArgumentInfoFlags = Internal.CSharpArgumentInfoFlags;
23
- export type CSharpBinderFlags = Internal.CSharpBinderFlags;
24
- export type RuntimeBinderException = Internal.RuntimeBinderException;
25
- export type RuntimeBinderInternalCompilerException = Internal.RuntimeBinderInternalCompilerException;
20
+ export { Binder$instance as Binder } from './internal/index.js';
21
+ export { CSharpArgumentInfo$instance as CSharpArgumentInfo } from './internal/index.js';
22
+ export { CSharpArgumentInfoFlags as CSharpArgumentInfoFlags } from './internal/index.js';
23
+ export { CSharpBinderFlags as CSharpBinderFlags } from './internal/index.js';
24
+ export { RuntimeBinderException$instance as RuntimeBinderException } from './internal/index.js';
25
+ export { RuntimeBinderInternalCompilerException$instance as RuntimeBinderInternalCompilerException } from './internal/index.js';
@@ -12,39 +12,39 @@ import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, D
12
12
  export * from './internal/index.js';
13
13
 
14
14
  // Individual type exports for convenience
15
- export type Collection = Internal.Collection;
16
- export type ComClassAttribute = Internal.ComClassAttribute;
17
- export type Constants = Internal.Constants;
18
- export type ControlChars = Internal.ControlChars;
19
- export type Conversion = Internal.Conversion;
20
- export type DateAndTime = Internal.DateAndTime;
21
- export type ErrObject = Internal.ErrObject;
22
- export type FileSystem = Internal.FileSystem;
23
- export type Financial = Internal.Financial;
24
- export type VariantType = Internal.VariantType;
25
- export type AppWinStyle = Internal.AppWinStyle;
26
- export type CallType = Internal.CallType;
27
- export type CompareMethod = Internal.CompareMethod;
28
- export type DateFormat = Internal.DateFormat;
29
- export type FirstDayOfWeek = Internal.FirstDayOfWeek;
30
- export type FileAttribute = Internal.FileAttribute;
31
- export type FirstWeekOfYear = Internal.FirstWeekOfYear;
32
- export type VbStrConv = Internal.VbStrConv;
33
- export type TriState = Internal.TriState;
34
- export type DateInterval = Internal.DateInterval;
35
- export type DueDate = Internal.DueDate;
36
- export type OpenMode = Internal.OpenMode;
37
- export type OpenAccess = Internal.OpenAccess;
38
- export type OpenShare = Internal.OpenShare;
39
- export type TabInfo = Internal.TabInfo;
40
- export type SpcInfo = Internal.SpcInfo;
41
- export type MsgBoxResult = Internal.MsgBoxResult;
42
- export type MsgBoxStyle = Internal.MsgBoxStyle;
43
- export type HideModuleNameAttribute = Internal.HideModuleNameAttribute;
44
- export type Information = Internal.Information;
45
- export type Interaction = Internal.Interaction;
46
- export type MyGroupCollectionAttribute = Internal.MyGroupCollectionAttribute;
47
- export type Strings = Internal.Strings;
48
- export type VBFixedArrayAttribute = Internal.VBFixedArrayAttribute;
49
- export type VBFixedStringAttribute = Internal.VBFixedStringAttribute;
50
- export type VBMath = Internal.VBMath;
15
+ export { Collection$instance as Collection } from './internal/index.js';
16
+ export { ComClassAttribute$instance as ComClassAttribute } from './internal/index.js';
17
+ export { Constants$instance as Constants } from './internal/index.js';
18
+ export { ControlChars$instance as ControlChars } from './internal/index.js';
19
+ export { Conversion$instance as Conversion } from './internal/index.js';
20
+ export { DateAndTime$instance as DateAndTime } from './internal/index.js';
21
+ export { ErrObject$instance as ErrObject } from './internal/index.js';
22
+ export { FileSystem$instance as FileSystem } from './internal/index.js';
23
+ export { Financial$instance as Financial } from './internal/index.js';
24
+ export { VariantType as VariantType } from './internal/index.js';
25
+ export { AppWinStyle as AppWinStyle } from './internal/index.js';
26
+ export { CallType as CallType } from './internal/index.js';
27
+ export { CompareMethod as CompareMethod } from './internal/index.js';
28
+ export { DateFormat as DateFormat } from './internal/index.js';
29
+ export { FirstDayOfWeek as FirstDayOfWeek } from './internal/index.js';
30
+ export { FileAttribute as FileAttribute } from './internal/index.js';
31
+ export { FirstWeekOfYear as FirstWeekOfYear } from './internal/index.js';
32
+ export { VbStrConv as VbStrConv } from './internal/index.js';
33
+ export { TriState as TriState } from './internal/index.js';
34
+ export { DateInterval as DateInterval } from './internal/index.js';
35
+ export { DueDate as DueDate } from './internal/index.js';
36
+ export { OpenMode as OpenMode } from './internal/index.js';
37
+ export { OpenAccess as OpenAccess } from './internal/index.js';
38
+ export { OpenShare as OpenShare } from './internal/index.js';
39
+ export { TabInfo$instance as TabInfo } from './internal/index.js';
40
+ export { SpcInfo$instance as SpcInfo } from './internal/index.js';
41
+ export { MsgBoxResult as MsgBoxResult } from './internal/index.js';
42
+ export { MsgBoxStyle as MsgBoxStyle } from './internal/index.js';
43
+ export { HideModuleNameAttribute$instance as HideModuleNameAttribute } from './internal/index.js';
44
+ export { Information$instance as Information } from './internal/index.js';
45
+ export { Interaction$instance as Interaction } from './internal/index.js';
46
+ export { MyGroupCollectionAttribute$instance as MyGroupCollectionAttribute } from './internal/index.js';
47
+ export { Strings$instance as Strings } from './internal/index.js';
48
+ export { VBFixedArrayAttribute$instance as VBFixedArrayAttribute } from './internal/index.js';
49
+ export { VBFixedStringAttribute$instance as VBFixedStringAttribute } from './internal/index.js';
50
+ export { VBMath$instance as VBMath } from './internal/index.js';
@@ -16,32 +16,32 @@ import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, D
16
16
  export * from './internal/index.js';
17
17
 
18
18
  // Individual type exports for convenience
19
- export type BooleanType = Internal.BooleanType;
20
- export type ByteType = Internal.ByteType;
21
- export type CharType = Internal.CharType;
22
- export type CharArrayType = Internal.CharArrayType;
23
- export type Conversions = Internal.Conversions;
24
- export type DateType = Internal.DateType;
25
- export type DecimalType = Internal.DecimalType;
26
- export type DesignerGeneratedAttribute = Internal.DesignerGeneratedAttribute;
27
- export type DoubleType = Internal.DoubleType;
28
- export type IncompleteInitialization = Internal.IncompleteInitialization;
29
- export type IntegerType = Internal.IntegerType;
30
- export type LateBinding = Internal.LateBinding;
31
- export type LikeOperator = Internal.LikeOperator;
32
- export type LongType = Internal.LongType;
33
- export type NewLateBinding = Internal.NewLateBinding;
34
- export type ObjectFlowControl = Internal.ObjectFlowControl;
35
- export type ObjectFlowControl_ForLoopControl = Internal.ObjectFlowControl_ForLoopControl;
36
- export type ObjectType = Internal.ObjectType;
37
- export type Operators = Internal.Operators;
38
- export type OptionCompareAttribute = Internal.OptionCompareAttribute;
39
- export type OptionTextAttribute = Internal.OptionTextAttribute;
40
- export type ProjectData = Internal.ProjectData;
41
- export type ShortType = Internal.ShortType;
42
- export type SingleType = Internal.SingleType;
43
- export type StandardModuleAttribute = Internal.StandardModuleAttribute;
44
- export type StaticLocalInitFlag = Internal.StaticLocalInitFlag;
45
- export type StringType = Internal.StringType;
46
- export type Utils = Internal.Utils;
47
- export type Versioned = Internal.Versioned;
19
+ export { BooleanType$instance as BooleanType } from './internal/index.js';
20
+ export { ByteType$instance as ByteType } from './internal/index.js';
21
+ export { CharType$instance as CharType } from './internal/index.js';
22
+ export { CharArrayType$instance as CharArrayType } from './internal/index.js';
23
+ export { Conversions$instance as Conversions } from './internal/index.js';
24
+ export { DateType$instance as DateType } from './internal/index.js';
25
+ export { DecimalType$instance as DecimalType } from './internal/index.js';
26
+ export { DesignerGeneratedAttribute$instance as DesignerGeneratedAttribute } from './internal/index.js';
27
+ export { DoubleType$instance as DoubleType } from './internal/index.js';
28
+ export { IncompleteInitialization$instance as IncompleteInitialization } from './internal/index.js';
29
+ export { IntegerType$instance as IntegerType } from './internal/index.js';
30
+ export { LateBinding$instance as LateBinding } from './internal/index.js';
31
+ export { LikeOperator$instance as LikeOperator } from './internal/index.js';
32
+ export { LongType$instance as LongType } from './internal/index.js';
33
+ export { NewLateBinding$instance as NewLateBinding } from './internal/index.js';
34
+ export { ObjectFlowControl$instance as ObjectFlowControl } from './internal/index.js';
35
+ export { ObjectFlowControl_ForLoopControl$instance as ObjectFlowControl_ForLoopControl } from './internal/index.js';
36
+ export { ObjectType$instance as ObjectType } from './internal/index.js';
37
+ export { Operators$instance as Operators } from './internal/index.js';
38
+ export { OptionCompareAttribute$instance as OptionCompareAttribute } from './internal/index.js';
39
+ export { OptionTextAttribute$instance as OptionTextAttribute } from './internal/index.js';
40
+ export { ProjectData$instance as ProjectData } from './internal/index.js';
41
+ export { ShortType$instance as ShortType } from './internal/index.js';
42
+ export { SingleType$instance as SingleType } from './internal/index.js';
43
+ export { StandardModuleAttribute$instance as StandardModuleAttribute } from './internal/index.js';
44
+ export { StaticLocalInitFlag$instance as StaticLocalInitFlag } from './internal/index.js';
45
+ export { StringType$instance as StringType } from './internal/index.js';
46
+ export { Utils$instance as Utils } from './internal/index.js';
47
+ export { Versioned$instance as Versioned } from './internal/index.js';
@@ -17,13 +17,13 @@ import type { Boolean as ClrBoolean, Byte, Enum, Exception, IComparable, IConver
17
17
  export * from './internal/index.js';
18
18
 
19
19
  // Individual type exports for convenience
20
- export type FileSystem = Internal.FileSystem;
21
- export type DeleteDirectoryOption = Internal.DeleteDirectoryOption;
22
- export type RecycleOption = Internal.RecycleOption;
23
- export type SearchOption = Internal.SearchOption;
24
- export type UICancelOption = Internal.UICancelOption;
25
- export type UIOption = Internal.UIOption;
26
- export type MalformedLineException = Internal.MalformedLineException;
27
- export type SpecialDirectories = Internal.SpecialDirectories;
28
- export type TextFieldParser = Internal.TextFieldParser;
29
- export type FieldType = Internal.FieldType;
20
+ export { FileSystem$instance as FileSystem } from './internal/index.js';
21
+ export { DeleteDirectoryOption as DeleteDirectoryOption } from './internal/index.js';
22
+ export { RecycleOption as RecycleOption } from './internal/index.js';
23
+ export { SearchOption as SearchOption } from './internal/index.js';
24
+ export { UICancelOption as UICancelOption } from './internal/index.js';
25
+ export { UIOption as UIOption } from './internal/index.js';
26
+ export { MalformedLineException$instance as MalformedLineException } from './internal/index.js';
27
+ export { SpecialDirectories$instance as SpecialDirectories } from './internal/index.js';
28
+ export { TextFieldParser$instance as TextFieldParser } from './internal/index.js';
29
+ export { FieldType as FieldType } from './internal/index.js';
@@ -13,11 +13,11 @@ import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposabl
13
13
  export * from './internal/index.js';
14
14
 
15
15
  // Individual type exports for convenience
16
- export type Registry = Internal.Registry;
17
- export type RegistryHive = Internal.RegistryHive;
18
- export type RegistryKey = Internal.RegistryKey;
19
- export type RegistryKeyPermissionCheck = Internal.RegistryKeyPermissionCheck;
20
- export type RegistryOptions = Internal.RegistryOptions;
21
- export type RegistryValueKind = Internal.RegistryValueKind;
22
- export type RegistryValueOptions = Internal.RegistryValueOptions;
23
- export type RegistryView = Internal.RegistryView;
16
+ export { Registry$instance as Registry } from './internal/index.js';
17
+ export { RegistryHive as RegistryHive } from './internal/index.js';
18
+ export { RegistryKey$instance as RegistryKey } from './internal/index.js';
19
+ export { RegistryKeyPermissionCheck as RegistryKeyPermissionCheck } from './internal/index.js';
20
+ export { RegistryOptions as RegistryOptions } from './internal/index.js';
21
+ export { RegistryValueKind as RegistryValueKind } from './internal/index.js';
22
+ export { RegistryValueOptions as RegistryValueOptions } from './internal/index.js';
23
+ export { RegistryView as RegistryView } from './internal/index.js';
@@ -12,20 +12,20 @@ import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, IntPtr, Object as
12
12
  export * from './internal/index.js';
13
13
 
14
14
  // Individual type exports for convenience
15
- export type SafeRegistryHandle = Internal.SafeRegistryHandle;
16
- export type SafeProcessHandle = Internal.SafeProcessHandle;
17
- export type SafeMemoryMappedFileHandle = Internal.SafeMemoryMappedFileHandle;
18
- export type SafeMemoryMappedViewHandle = Internal.SafeMemoryMappedViewHandle;
19
- export type SafePipeHandle = Internal.SafePipeHandle;
20
- export type CriticalHandleMinusOneIsInvalid = Internal.CriticalHandleMinusOneIsInvalid;
21
- export type CriticalHandleZeroOrMinusOneIsInvalid = Internal.CriticalHandleZeroOrMinusOneIsInvalid;
22
- export type SafeHandleMinusOneIsInvalid = Internal.SafeHandleMinusOneIsInvalid;
23
- export type SafeHandleZeroOrMinusOneIsInvalid = Internal.SafeHandleZeroOrMinusOneIsInvalid;
24
- export type SafeFileHandle = Internal.SafeFileHandle;
25
- export type SafeWaitHandle = Internal.SafeWaitHandle;
26
- export type SafeX509ChainHandle = Internal.SafeX509ChainHandle;
27
- export type SafeNCryptHandle = Internal.SafeNCryptHandle;
28
- export type SafeNCryptKeyHandle = Internal.SafeNCryptKeyHandle;
29
- export type SafeNCryptProviderHandle = Internal.SafeNCryptProviderHandle;
30
- export type SafeNCryptSecretHandle = Internal.SafeNCryptSecretHandle;
31
- export type SafeAccessTokenHandle = Internal.SafeAccessTokenHandle;
15
+ export { SafeRegistryHandle$instance as SafeRegistryHandle } from './internal/index.js';
16
+ export { SafeProcessHandle$instance as SafeProcessHandle } from './internal/index.js';
17
+ export { SafeMemoryMappedFileHandle$instance as SafeMemoryMappedFileHandle } from './internal/index.js';
18
+ export { SafeMemoryMappedViewHandle$instance as SafeMemoryMappedViewHandle } from './internal/index.js';
19
+ export { SafePipeHandle$instance as SafePipeHandle } from './internal/index.js';
20
+ export { CriticalHandleMinusOneIsInvalid$instance as CriticalHandleMinusOneIsInvalid } from './internal/index.js';
21
+ export { CriticalHandleZeroOrMinusOneIsInvalid$instance as CriticalHandleZeroOrMinusOneIsInvalid } from './internal/index.js';
22
+ export { SafeHandleMinusOneIsInvalid$instance as SafeHandleMinusOneIsInvalid } from './internal/index.js';
23
+ export { SafeHandleZeroOrMinusOneIsInvalid$instance as SafeHandleZeroOrMinusOneIsInvalid } from './internal/index.js';
24
+ export { SafeFileHandle$instance as SafeFileHandle } from './internal/index.js';
25
+ export { SafeWaitHandle$instance as SafeWaitHandle } from './internal/index.js';
26
+ export { SafeX509ChainHandle$instance as SafeX509ChainHandle } from './internal/index.js';
27
+ export { SafeNCryptHandle$instance as SafeNCryptHandle } from './internal/index.js';
28
+ export { SafeNCryptKeyHandle$instance as SafeNCryptKeyHandle } from './internal/index.js';
29
+ export { SafeNCryptProviderHandle$instance as SafeNCryptProviderHandle } from './internal/index.js';
30
+ export { SafeNCryptSecretHandle$instance as SafeNCryptSecretHandle } from './internal/index.js';
31
+ export { SafeAccessTokenHandle$instance as SafeAccessTokenHandle } from './internal/index.js';