Home Manual Reference Source

Usage

Import the library where needed

const md5 = await import('@string-hashing/md5');
// or
import * as md5 from '@string-hashing/md5';