npm install --save @types/concatjson
This package contains type definitions for concatjson (https://github.com/manidlou/concatjson).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concatjson.
/// <reference types="node" />
import { Transform } from "stream";
export function parse(): Transform;
export function serialize(): Transform;
export { serialize as stringify };
- Last updated: Mon, 06 Nov 2023 22:41:05 GMT
- Dependencies: @types/node
These definitions were written by David Hoppe.