Skip to content

TypeScript definition does not include opt #11

@patarapolw

Description

@patarapolw

https://www.npmjs.com/package/fast-json-stable-stringify#options should be in

declare module 'fast-json-stable-stringify' {
  function stringify(obj: any): string;
  export = stringify;
}

I also need replacer, but this is another topic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions