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.

6 lines (5 loc) 164 B
export default class Time { static labels: {}; static mark(label?: string): any; static elapsed(label?: string, precision?: number): string | number; }