We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085872a commit 5e67257Copy full SHA for 5e67257
index.js
@@ -9,6 +9,7 @@ const path = require('path');
9
const pathSep = require('path').sep;
10
const crypto = require("crypto");
11
const algorithm = 'aes-256-gcm';
12
+const { Readable, Transform } = require('stream')
13
14
function FileSystemAdapter(options) {
15
options = options || {};
0 commit comments