UNPKG
uni-cloud-storage
Version:
latest (0.0.2)
0.0.2
0.0.1
uniApp cloud storage api sdk
github.com/79E/uni-cloud-storage
79E/uni-cloud-storage
uni-cloud-storage
/
dist
/
utils
/
environment.d.ts
7 lines
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
type
StringObject
= { [
key
:
string
]:
any
;
environment
:
string
; };
export
default
function
environment
(
):
StringObject
;
export
{};
//# sourceMappingURL=environment.d.ts.map