@types/macaca-circular-json
TypeScript icon, indicating that this package has built-in type declarations

0.4.3 • Public • Published

Installation

npm install --save @types/macaca-circular-json

Summary

This package contains type definitions for macaca-circular-json (https://github.com/macacajs/circular-json).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/macaca-circular-json.

index.d.ts

export function parse(text: string, reviver?: (key: any, value: any) => any): any;
export function stringify(
    value: any,
    replacer?: ((key: string, value: any) => any) | Array<number | string> | null,
    space?: any,
    placeholder?: boolean,
): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Jonathan Pevarnek.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/macaca-circular-json

Weekly Downloads

1

Version

0.4.3

License

MIT

Unpacked Size

3.17 kB

Total Files

5

Last publish

Collaborators

  • types