UNPKG

@aurios/jason

Version:

A simple, lightweight, and embeddable JSON document database built on Bun.

5 lines (4 loc) 66 B
export interface Document { id: string; [key: string]: any; }