We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867eb4c commit 63c3c0bCopy full SHA for 63c3c0b
index.js
@@ -2,6 +2,9 @@
2
var libpath = process.env.QINIU_COV ? './lib-cov' : './qiniu';
3
4
module.exports = {
5
+ auth: {
6
+ digest: require(libpath + '/auth' + '/digest.js')
7
+ },
8
io: require(libpath + '/io.js'),
9
rs: require(libpath + '/rs.js'),
10
rsf: require(libpath + '/rsf.js'),
0 commit comments