Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

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