UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

4 lines (3 loc) 121 B
type Hasher<T> = (input: T) => string; export declare function dedupe<T>(list: T[], hasher?: Hasher<T>): T[]; export {};