@modern-js/module-tools
Version:
Simple, powerful, high-performance modern npm package development solution.
6 lines (5 loc) • 340 B
TypeScript
export declare function isStyleExt(path: string): boolean;
export declare function isJsExt(path: string): boolean;
export declare function isJsLoader(loader?: string): loader is "js" | "jsx" | "ts" | "tsx";
export declare function isTsExt(path: string): boolean;
export declare function isTsLoader(loader?: string): loader is "ts" | "tsx";