UNPKG

@tsonic/dotnet-pure

Version:

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

28 lines (24 loc) 2.06 kB
// Generated by tsbindgen - Architecture // Namespace: System.Formats.Tar // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Formats.Tar/internal/index.js'; // Cross-namespace type imports for constraints import type { IEnumerable_1, IReadOnlyDictionary_2, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js'; import type { Stream, UnixFileMode } from './System.IO/internal/index.js'; import type { Task, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js'; import type { CancellationToken } from './System.Threading/internal/index.js'; import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, IAsyncDisposable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { PosixTarEntry as PosixTarEntry } from './System.Formats.Tar/internal/index.js'; export { V7TarEntry as V7TarEntry } from './System.Formats.Tar/internal/index.js'; export { TarEntry as TarEntry } from './System.Formats.Tar/internal/index.js'; export { TarEntryFormat as TarEntryFormat } from './System.Formats.Tar/internal/index.js'; export { UstarTarEntry as UstarTarEntry } from './System.Formats.Tar/internal/index.js'; export { GnuTarEntry as GnuTarEntry } from './System.Formats.Tar/internal/index.js'; export { PaxGlobalExtendedAttributesTarEntry as PaxGlobalExtendedAttributesTarEntry } from './System.Formats.Tar/internal/index.js'; export { PaxTarEntry as PaxTarEntry } from './System.Formats.Tar/internal/index.js'; export { TarEntryType as TarEntryType } from './System.Formats.Tar/internal/index.js'; export { TarFile$instance as TarFile } from './System.Formats.Tar/internal/index.js'; export { TarReader as TarReader } from './System.Formats.Tar/internal/index.js'; export { TarWriter as TarWriter } from './System.Formats.Tar/internal/index.js';