UNPKG
filehash
Version:
latest (1.0.0)
1.0.0
client-side file hashing and checking
github.com/vaceta/Filehash
vaceta/Filehash
filehash
/
src
/
main.js
6 lines
(5 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Created by Matthias on 23.05.2016. */
import
Filehash
from
'./filehash'
;
window
.
Filehash
=
Filehash
;