UNPKG
object-storage-js
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
js直传server、minio、obs、oss、s3系列
object-storage-js
/
lib
/
service
/
initFactor.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
import
{ instanceParamsType }
from
'../type'
;
export
declare
function
initFactor
(
params
: instanceParamsType
):
any
;