UNPKG

@fairfox/adorn

Version:

Powerfully performant keyword matching and annotation for the DOM

8 lines 533 B
export declare const getWordChars: () => Set<string>; export declare const getSkipChars: () => Set<string>; export declare const replacer: (key: any, value: any) => any; export declare const mapLogger: (label: string, mapToLog: Map<any, any>) => void; export declare const getMapAsString: (map: Map<any, any>, pretty?: boolean | undefined) => string; export declare const dedupList: (list: string[]) => string[]; export declare const diffLists: (dedupedList: string[], list: string[]) => string[]; //# sourceMappingURL=utils.d.ts.map