UNPKG
md5-typescript
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Md5 typescript
github.com/Hipparch/Md5-typescript
Hipparch/Md5-typescript
md5-typescript
/
README.md
13 lines
(10 loc)
•
197 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
# Md5 typescript
## Install
<blockquote> npm install md5-typescript -save </blockquote>
## HOW TO USE
```typescript import {Md5}
from
"md5-typescript"
; console.log(Md5.
init
(
'test'
)); ```