mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update index.d.ts (#13912)
Added new option value: "errorOnMissing" https://www.npmjs.com/package/node-cache
This commit is contained in:
committed by
Mohamed Hegazy
parent
8babe92264
commit
fe920a4c27
1
node-cache/index.d.ts
vendored
1
node-cache/index.d.ts
vendored
@@ -122,6 +122,7 @@ declare namespace NodeCache {
|
||||
stdTTL?: number;
|
||||
checkperiod?: number;
|
||||
useClones?: boolean;
|
||||
errorOnMissing?: boolean;
|
||||
}
|
||||
|
||||
interface Stats {
|
||||
|
||||
Reference in New Issue
Block a user