md5-ts
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

md5-ts

MD5 Encryption TypeScript Version, this library can process string only

Install

yarn add md5-ts
 
# or 
 
npm install md5-ts

Usage

import md5 from 'md5-ts';
 
const str = md5('abcdefg');

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i md5-ts

    Weekly Downloads

    139

    Version

    0.1.6

    License

    MIT

    Unpacked Size

    23.1 kB

    Total Files

    12

    Last publish

    Collaborators

    • ztytotoro