UNPKG

changelog-guru

Version:
4 lines (3 loc) 202 B
export declare const unify: (key: string) => string; export declare const isSame: (a: string, b: string) => boolean; export declare const findSame: (key: string, items: string[]) => string | undefined;