UNPKG

ixfs

Version:

An 'fs' kind of library dedicated to the browser

3 lines (2 loc) 223 B
import { IPutRecordInstanceProps } from './put-record-instance.types'; export declare const putRecordInstance: ({ initializeObjectStore }: IPutRecordInstanceProps) => <TValue = unknown>(value: TValue) => Promise<TValue>;