DefinitelyTyped/types/proper-lockfile
Simon Holywell 64fcb11aae [proper-lockfile] Patches options.retries with the correct type (#37313)
* Types options.retries with correct type

`proper-lockfile` is calling `retry.operation()` underneath so the correct type to use
for `LockOptions.retries` is `retry.OperationOptions` and not the more restricted
`retry.TimeoutsOptions`.

* Adds regression test for #37313
2019-08-05 13:43:36 -07:00
..
index.d.ts
proper-lockfile-tests.ts
tsconfig.json
tslint.json