ajv-validator / ajv-merge-patch

$merge and $patch keywords for Ajv JSON-Schema validator to extend schemas
https://ajv.js.org
MIT License
46 stars 17 forks source link

Add TypeScript definition file #29

Closed ghost closed 5 years ago

ghost commented 5 years ago

You can use following code to check their correctness.

npm i -g dtslint
npm run dtslint

dtslint will check whether the code in valid in TypeScript and the type of returning value is same as $ExpectType in ajv-merge-patch-test.ts.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 0d20d6b3f886afbedcf54f654fd9faeb7f274430 on littlepiggy03:master into d8c8c07d01a566408cc6391fab4498aee32532a0 on epoberezkin:master.

ghost commented 5 years ago

Moved to DefinitelyTyped/DefinitelyTyped#32934.