UNPKG

@darkgl/slow-json-stringify

Version:
4 lines (3 loc) 144 B
import type { Chunk } from './types.js'; declare const _select: (chunks: Chunk[]) => (value: any, index: number) => string; export { _select };