Ajv #1270

node v10.24.1
version: master
endpointsharetweet
const Ajv = require("ajv"); const ajv = new Ajv({strictKeywords: true}); ajv.validate({ type: "array", items: false }, [1]); console.log(ajv.errors);
Loading…

no comments

    sign in to comment