UNPKG

@tsonic/dotnet-pure

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming

16 lines (12 loc) 997 B
// Generated by tsbindgen - Architecture // Namespace: System.Runtime.Serialization.Formatters // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Runtime.Serialization.Formatters/internal/index.js'; // Cross-namespace type imports for constraints import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { FormatterTypeStyle as FormatterTypeStyle } from './System.Runtime.Serialization.Formatters/internal/index.js'; export { FormatterAssemblyStyle as FormatterAssemblyStyle } from './System.Runtime.Serialization.Formatters/internal/index.js'; export { TypeFilterLevel as TypeFilterLevel } from './System.Runtime.Serialization.Formatters/internal/index.js'; export type IFieldInfo = Internal.IFieldInfo;