UNPKG

ngx-indexed-database

Version:

<div align="center"> <img src="https://w3c.github.io/IndexedDB/logo-db.svg" width="120"/> </div> <h1 align="center">ngx-indexed-database</h1>

9 lines (8 loc) 139 B
export declare enum IndexedDBKeysDataType { STRING = 0, INTEGER = 1, OBJECT = 2, ARRAY = 3, BOOLEAN = 4, ANY = 5 }