UNPKG

generaltranslation

Version:

A language toolkit for AI developers

5 lines (4 loc) 165 B
import { hashString } from './hashSource'; export default function hashTemplate(template: { [key: string]: string; }, hashFunction?: typeof hashString): string;