UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

10 lines (9 loc) 665 B
export * from './get-database-crud/get-database-crud.function'; export * from './initialize-database/initialize-database.function'; export * from './put-record-instance/put-record-instance.function'; export * from './get-record-instance/get-record-instance.function'; export * from './open-cursor-instance/open-cursor-instance.function'; export * from './is-indexeddb-support/is-indexeddb-support.function'; export * from './delete-record-instance/delete-record-instance.function'; export * from './open-indexeddb-connection/open-indexeddb-connection.function'; export * from './initialize-object-store-instance/initialize-object-store-instance.function';