DefinitelyTyped/types/apicache
Ryan Rouleau 79526eb1d4 Allow number input in getDuration() in apicache (#40431)
* Allow number input in getDuration()

The library allows a string like `1 minute` or a simple number representing ms.  This change allows the use of a number of ms in addition to a string.

See:
https://github.com/kwhitley/apicache/blob/master/src/apicache.js#L371

* Update index.d.ts
2019-11-18 12:39:02 -08:00
..
apicache-tests.ts
index.d.ts
tsconfig.json
tslint.json