diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-01-30 11:51:29 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-01-30 11:51:29 +0900 |
| commit | 5bbf4187e662e33ab8cdd72f8bf7cd1fb7f84b6d (patch) | |
| tree | d3eba5237f7ba3e893f7a8d7231345be766cf23e /src/client/app/common | |
| parent | Merge pull request #4020 from syuilo/l10n_develop (diff) | |
| download | sharkey-5bbf4187e662e33ab8cdd72f8bf7cd1fb7f84b6d.tar.gz sharkey-5bbf4187e662e33ab8cdd72f8bf7cd1fb7f84b6d.tar.bz2 sharkey-5bbf4187e662e33ab8cdd72f8bf7cd1fb7f84b6d.zip | |
Module 'crypto' as import syntax (#4011)
Diffstat (limited to 'src/client/app/common')
| -rw-r--r-- | src/client/app/common/scripts/get-md5.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/get-md5.ts b/src/client/app/common/scripts/get-md5.ts index b78a598118..b002d762b1 100644 --- a/src/client/app/common/scripts/get-md5.ts +++ b/src/client/app/common/scripts/get-md5.ts @@ -1,5 +1,5 @@ // スクリプトサイズがデカい -//const crypto = require('crypto'); +//import * as crypto from 'crypto'; export default (data: ArrayBuffer) => { //const buf = new Buffer(data); |