UNPKG

@cloudflare/workers-shared

Version:

Package that is used at Cloudflare to power some internal features of Cloudflare Workers.

4 lines (3 loc) 202 B
/** normalises sep for windows and prefix with `/` */ export declare const normalizeFilePath: (relativeFilepath: string) => string; export declare const getContentType: (absFilePath: string) => string;