UNPKG

@darkgl/slow-json-stringify

Version:
4 lines (3 loc) 149 B
import type { Chunk, QueueItem } from './types.js'; declare const _makeChunks: (str: string, queue: QueueItem[]) => Chunk[]; export { _makeChunks };