UNPKG

object-storage-factory

Version:

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

18 lines (10 loc) 532 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [object-storage-factory](./object-storage-factory.md) &gt; [objectStorageFactory](./object-storage-factory.objectstoragefactory.md) ## objectStorageFactory() function This interface provides access to object storage. It allows, for example, the addition, modification, or deletion of stored data items. <b>Signature:</b> ```typescript export declare function objectStorageFactory(): Storage; ``` <b>Returns:</b> Storage