isJson.d.ts 65 B

123
  1. declare function isJson(val: string): boolean;
  2. export = isJson;