UNPKG

socket.io-ts-controllers

Version:
6 lines (5 loc) 153 B
interface ValidateOptions { allowObjects?: boolean; } declare const isJSON: (str: any, options?: ValidateOptions) => boolean; export default isJSON;