mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add buffer-json * Create tsconfig.json * Create buffer-json-tests.ts * Create tslint.json * Update buffer-json-tests.ts * Update index.d.ts * Update index.d.ts
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
import * as BJSON from 'buffer-json';
|
|
|
|
BJSON.parse('{ foo: \'bar\' }');
|
|
BJSON.stringify({ foo: 'bar' });
|