DefinitelyTyped/types/json-buffer/json-buffer-tests.ts

5 lines
101 B
TypeScript
Raw Normal View History

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