UNPKG
@alshdavid/mime-types
Version:
latest (2.2.3)
2.2.3
2.2.2
2.2.1
2.2.0
0.0.0
The ultimate javascript content-type utility.
github.com/alshdavid/mime-types
alshdavid/mime-types
@alshdavid/mime-types
/
types
/
path
/
extname.d.ts
4 lines
(3 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
export
declare
function
extnameWindows
(
path
:
string
):
string
;
export
declare
function
extnamePosix
(
path
:
string
):
string
;
export
declare
function
extname
(
path
:
string
):
string
;