UNPKG

@orbitdb/set-db

Version:

Set database type for orbit-db.

7 lines (6 loc) 116 B
export type DBElements = | number | boolean | string | { [key: string]: DBElements } | Array<DBElements>;