regexp.ts 191 Bytes
import type {Plugin} from "ajv"
import getDef from "../definitions/regexp"

const regexp: Plugin<undefined> = (ajv) => ajv.addKeyword(getDef())

export default regexp
module.exports = regexp