2.0.3 • Published 7 months ago

@types/concatjson v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/concatjson

Summary

This package contains type definitions for concatjson (https://github.com/manidlou/concatjson).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concatjson.

index.d.ts

// Type definitions for concatjson 2.0
// Project: https://github.com/manidlou/concatjson
// Definitions by: David Hoppe <https://github.com/dh-sa>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />

import { Transform } from 'stream';

export function parse(): Transform;
export function serialize(): Transform;
export { serialize as stringify };

Additional Details

  • Last updated: Mon, 11 Apr 2022 18:31:17 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by David Hoppe.