UNPKG

@orbitdb/ordered-keyvalue-db

Version:

Ordered keyvalue database type for orbit-db.

9 lines (8 loc) 195 B
export declare const getScalePosition: ({ entries, key, position, }: { entries: { key: string; position: number; }[]; key: string; position: number; }) => number;