UNPKG

@aurios/jason

Version:

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

4 lines (3 loc) 64 B
export type Mutable<T> = { -readonly [P in keyof T]: T[P]; };