@tsonic/dotnet 0.7.6 → 0.7.7
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.
- package/System.d.ts +21 -0
- package/package.json +1 -1
package/System.d.ts
CHANGED
|
@@ -408,3 +408,24 @@ export type WeakReference<
|
|
|
408
408
|
[T1] extends [__] ? Internal.WeakReference :
|
|
409
409
|
Internal.WeakReference_1<T1>;
|
|
410
410
|
|
|
411
|
+
|
|
412
|
+
// Primitive $instance interfaces for global type augmentation (@tsonic/globals)
|
|
413
|
+
export type { SByte$instance } from './System/internal/index.js';
|
|
414
|
+
export type { Int16$instance } from './System/internal/index.js';
|
|
415
|
+
export type { Int32$instance } from './System/internal/index.js';
|
|
416
|
+
export type { Int64$instance } from './System/internal/index.js';
|
|
417
|
+
export type { Int128$instance } from './System/internal/index.js';
|
|
418
|
+
export type { IntPtr$instance } from './System/internal/index.js';
|
|
419
|
+
export type { Byte$instance } from './System/internal/index.js';
|
|
420
|
+
export type { UInt16$instance } from './System/internal/index.js';
|
|
421
|
+
export type { UInt32$instance } from './System/internal/index.js';
|
|
422
|
+
export type { UInt64$instance } from './System/internal/index.js';
|
|
423
|
+
export type { UInt128$instance } from './System/internal/index.js';
|
|
424
|
+
export type { UIntPtr$instance } from './System/internal/index.js';
|
|
425
|
+
export type { Half$instance } from './System/internal/index.js';
|
|
426
|
+
export type { Single$instance } from './System/internal/index.js';
|
|
427
|
+
export type { Double$instance } from './System/internal/index.js';
|
|
428
|
+
export type { Decimal$instance } from './System/internal/index.js';
|
|
429
|
+
export type { Char$instance } from './System/internal/index.js';
|
|
430
|
+
export type { Boolean$instance } from './System/internal/index.js';
|
|
431
|
+
export type { String$instance } from './System/internal/index.js';
|