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