UNPKG

@fastly/esi

Version:

ESI implementation for JavaScript, using the modern fetch and streaming APIs.

8 lines 259 B
export default class StreamerState { bufferedString: string; postponedString: string | undefined; constructor(initialValue?: string); applyPostponedXmlString(): void; append(str: string): void; } //# sourceMappingURL=StreamerState.d.ts.map