Home Manual Reference Source

Overview

Installation

Can be managed using yarn, npm, or jspm.

yarn

yarn add @string-hashing/md5

npm

npm install @string-hashing/md5 --save

jspm

jspm install npm:@string-hashing/md5

Usage

Import the library where needed

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

Examples

More examples in the test files.