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

0.3.3 • Public • Published

Installation

npm install --save @types/jsonic

Summary

This package contains type definitions for jsonic (https://github.com/rjrodger/jsonic).

Details

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

index.d.ts

declare function jsonic(text: string): any;
declare namespace jsonic {
    interface Options {
        depth?: number | undefined;
        maxitems?: number | undefined;
        maxchars?: number | undefined;
        omit?: string[] | undefined;
        exclude?: string[] | undefined;
    }

    function stringify(val: any, opts?: Options): string;
}

export = jsonic;

Additional Details

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

Credits

These definitions were written by Rong SHen.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/jsonic

Weekly Downloads

394

Version

0.3.3

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • types