UNPKG

209 BPlain TextView Raw
1import type {Plugin} from "ajv"
2import getDef from "../definitions/typeof"
3
4const typeofPlugin: Plugin<undefined> = (ajv) => ajv.addKeyword(getDef())
5
6export default typeofPlugin
7module.exports = typeofPlugin