UNPKG

@alshdavid/mime-types

Version:

The ultimate javascript content-type utility.

4 lines (3 loc) 177 B
export declare function extnameWindows(path: string): string; export declare function extnamePosix(path: string): string; export declare function extname(path: string): string;