UNPKG

json-processing

Version:

JSON Processing Tool

5 lines (4 loc) 193 B
/// <reference types="bluebird" /> import { Stream } from "stream"; declare const _default: (stream: Stream, path: string, onNode: any) => import("bluebird")<unknown>; export default _default;