index.d.ts 121 B

123
  1. import * as type from './types';
  2. export declare const JSON: type.JSON;
  3. export type { json, json_string } from './types';