UNPKG

@small-tech/jsdb

Version:

A zero-dependency, transparent, in-memory, streaming write-on-update JavaScript database for Small Web applications that persists to a JavaScript transaction log.

4 lines (3 loc) 97 B
export default class JSDF { static serialise(value: any, key: any, parentType?: any): any; }