Module 'crypto' as import syntax (#4011)
This commit is contained in:
committed by
syuilo
parent
f2425f71c2
commit
5bbf4187e6
@ -1,5 +1,5 @@
|
||||
// スクリプトサイズがデカい
|
||||
//const crypto = require('crypto');
|
||||
//import * as crypto from 'crypto';
|
||||
|
||||
export default (data: ArrayBuffer) => {
|
||||
//const buf = new Buffer(data);
|
||||
|
Reference in New Issue
Block a user