xwt
16 小时以前 27294f1626cdb785fe4c7401dde3266db188ccf4
1
2
3
4
5
6
7
import type {Plugin} from "ajv"
import getDef from "../definitions/typeof"
 
const typeofPlugin: Plugin<undefined> = (ajv) => ajv.addKeyword(getDef())
 
export default typeofPlugin
module.exports = typeofPlugin