UNPKG
@teenth/sdk-tool
Version:
latest (2.3.2)
2.3.2
2.3.1
2.2.4
2.2.3
2.2.2
2.2.1
2.1.5
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.1
1.0.0
sdk-tool with R2 storage support
github.com/teenth/sdk-tool
teenth/sdk-tool
@teenth/sdk-tool
/
dist
/
core.d.ts
5 lines
(4 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
export
{ get, post }
from
"./request"
;
export
declare
const
VERSION
=
"1.0.0"
;
export
declare
function
getMimeType
(
fileName
:
string
):
string
;
export
declare
function
generateUniqueFileName
(
originalName
:
string
,
prefix
?:
string
):
string
;