@types/json-dup-key-validator
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/json-dup-key-validator

Summary

This package contains type definitions for json-dup-key-validator (https://github.com/jackyjieliu/json-dup-key-validator).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-dup-key-validator.

index.d.ts

export function validate(jsonString: string, allowDuplicatedKeys?: boolean): string | undefined;
export function parse(jsonString: string, allowDuplicatedKeys?: boolean): object;

Additional Details

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

Credits

These definitions were written by Jamie Magee.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/json-dup-key-validator

Weekly Downloads

7,578

Version

1.0.2

License

MIT

Unpacked Size

3.02 kB

Total Files

5

Last publish

Collaborators

  • types