UNPKG

object-storage-factory

Version:

Object storage factory implemented with the same interface as browser's local storage.

16 lines (15 loc) 241 B
{ "extends": "../tsconfig.json", "references": [ { "path": "..", "name": "object-storage-factory" } ], "compilerOptions": { "noEmit": true, "rootDir": "..", "types": ["jest"] }, "include": ["."] }