Closed ghost closed 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.
dtslint
$ExpectType
ajv-merge-patch-test.ts
Coverage remained the same at 100.0% when pulling 0d20d6b3f886afbedcf54f654fd9faeb7f274430 on littlepiggy03:master into d8c8c07d01a566408cc6391fab4498aee32532a0 on epoberezkin:master.
Moved to DefinitelyTyped/DefinitelyTyped#32934.
You can use following code to check their correctness.
dtslint
will check whether the code in valid in TypeScript and the type of returning value is same as$ExpectType
inajv-merge-patch-test.ts
.