UNPKG
qiniu-path
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A Typescript Library for Qiniu Path
github.com/bachue/qiniu-path
bachue/qiniu-path
qiniu-path
/
dist
/
src
/
index.js
5 lines
•
251 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
convert_1 =
require
(
"./convert"
);
module
.
exports
= {
fromLocalPath
: convert_1.
fromLocalPath
,
fromQiniuPath
: convert_1.
fromQiniuPath
};
//# sourceMappingURL=index.js.map