UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

4 lines (3 loc) 154 B
type Obj = Record<string, unknown>; export default function map(object: Obj, mapper: (val: unknown) => void, isSeen?: WeakSet<WeakKey>): void; export {};