Skip to content

Commit 5e67257

Browse files
committed
add import
1 parent 085872a commit 5e67257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const path = require('path');
99
const pathSep = require('path').sep;
1010
const crypto = require("crypto");
1111
const algorithm = 'aes-256-gcm';
12+
const { Readable, Transform } = require('stream')
1213

1314
function FileSystemAdapter(options) {
1415
options = options || {};

0 commit comments

Comments
 (0)