UNPKG

@orbitdb/set-db

Version:

Set database type for orbit-db.

4 lines (3 loc) 109 B
export type DBElements = number | boolean | string | { [key: string]: DBElements; } | Array<DBElements>;