@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
13 lines (9 loc) • 705 B
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: System.Buffers.Binary
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Buffers.Binary/internal/index.js';
// Cross-namespace type imports for constraints
import type { Boolean as ClrBoolean, Byte, Double, Half, Int128, Int16, Int32, Int64, IntPtr, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt128, UInt16, UInt32, UInt64, UIntPtr, Void } from './System/internal/index.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { BinaryPrimitives$instance as BinaryPrimitives } from './System.Buffers.Binary/internal/index.js';