import validator from "../";
export type IsJSONOptions = validator.IsJSONOptions;
export default validator.isJSON;
