DefinitelyTyped/types/json-buffer/json-buffer-tests.ts
Paul Hawxby 5678d9a0ba feat: json-buffer typings (#37134)
* feat: json-buffer typings

* fix: linting
2019-07-26 11:07:33 -07:00

5 lines
101 B
TypeScript

import * as JSONB from 'json-buffer';
JSONB.parse('{ foo: true }');
JSONB.stringify({ foo: true });