@tsonic/dotnet-pure
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library) - CLR naming
24 lines (20 loc) • 1.66 kB
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: System.Net.ServerSentEvents
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Net.ServerSentEvents/internal/index.js';
// Cross-namespace type imports for constraints
import type { IBufferWriter_1 } from './System.Buffers/internal/index.js';
import type { IAsyncEnumerable_1, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
import type { Stream } from './System.IO/internal/index.js';
import type { MethodInfo } from './System.Reflection/internal/index.js';
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
import type { Task } from './System.Threading.Tasks/internal/index.js';
import type { CancellationToken } from './System.Threading/internal/index.js';
import type { Action_2, AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, IAsyncResult, ICloneable, Int32, IntPtr, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, ValueType, Void } from './System/internal/index.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { SseFormatter$instance as SseFormatter } from './System.Net.ServerSentEvents/internal/index.js';
export { SseParser_1 as SseParser } from './System.Net.ServerSentEvents/internal/index.js';
export { SseItem_1 as SseItem } from './System.Net.ServerSentEvents/internal/index.js';
export type SseItemParser<T> = Internal.SseItemParser_1<T>;
export { SseParser$instance as SseParser_0 } from './System.Net.ServerSentEvents/internal/index.js';