UNPKG

@jswalden/streaming-json

Version:

Streaming JSON parsing and stringification for JavaScript/TypeScript

6 lines (5 loc) 185 B
/** * Invoke a function with a specified `this` value and arguments, as if using * the original value of `Reflect.apply`. */ export declare const ReflectApply: typeof Reflect.apply;