UNPKG

@diplodoc/translation

Version:
10 lines (9 loc) 207 B
export type Hash = ReturnType<typeof hash>; type Props = { compact?: boolean; }; export declare function hash({ compact }?: Props): { (tokens: Token[]): string; segments: string[]; }; export {};