UNPKG

@squidcloud/client

Version:

A typescript implementation of the Squid client

3 lines (2 loc) 122 B
/** Gets file extension from filename. */ export declare function getFileExtension(filename: string): string | undefined;