UNPKG

mume-with-litvis

Version:

Fork of mume with added http://litvis.org/

4 lines (3 loc) 138 B
export declare type HashFunction = (text: string) => string; declare const computeChecksum: HashFunction; export default computeChecksum;