UNPKG

@nxworker/workspace

Version:

Nx plugin providing generators for managing workspace files, including the move-file generator for safely moving files between projects while updating all imports

8 lines (7 loc) 254 B
/** * Checks if a file has one of the supported source file extensions. * * @param filePath - The file path to check * @returns true if the file has a supported extension */ export declare function hasSourceFileExtension(filePath: string): boolean;