mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-28 01:04:28 +00:00
* 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