DefinitelyTyped/types/cache-manager
Nathan Shively-Sanders e7e259f3fe
Make cache-manager tests strictNullChecks safe (#42686)
The new code in cache-manager wasn't strictNullChecks safe, which caused
problems because a community member enabled strictNullChecks in most
packages during the review period for that code.

This change just fixes the tests, although the optional methods on Store
are a bit suspicious. From skimming cache-manager's documentation, I
couldn't figure out if having the methods be optional was accurate.
2020-02-27 09:50:39 -08:00
..
cache-manager-tests.ts Make cache-manager tests strictNullChecks safe (#42686) 2020-02-27 09:50:39 -08:00
index.d.ts cache-manager: add store to Cache (#42554) 2020-02-26 15:37:33 -08:00
tsconfig.json Enable strictNullChecks (#42379) 2020-02-25 16:28:40 -08:00
tslint.json