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
/
utils.d.ts
3 lines
(2 loc)
•
158 B
TypeScript
View Raw
1
2
3
export
declare
function
getMimeType
(
fileName
:
string
):
string
;
export
declare
function
generateUniqueFileName
(
originalName
:
string
,
prefix
?:
string
):
string
;