five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
14 lines • 528 B
TypeScript
/**
* @author Yannick Deubel (https://github.com/yandeu)
* @copyright Copyright (c) 2021 Yannick Deubel
* @license {@link https://github.com/yandeu/five-server/blob/main/LICENSE LICENSE}
*/
export declare const fileTypes: {
isAudio: (extname: string) => boolean;
isHTML: (extname: string) => boolean;
isImage: (extname: string) => boolean;
isPDF: (extname: string) => boolean;
isPHP: (extname: string) => boolean;
isVideo: (extname: string) => boolean;
};
//# sourceMappingURL=fileTypes.d.ts.map