import ajvKeywords from "ajv-keywords" import {Plugin} from "ajv" const typeofPlugin: Plugin = (ajv) => ajvKeywords(ajv, "typeof") export default typeofPlugin