@nx/remix
Version:
5 lines • 329 B
TypeScript
import { Tree } from '@nx/devkit';
export declare function normalizeRoutePath(path: string): string;
export declare function checkRoutePathForErrors(path: string): RegExpMatchArray;
export declare function resolveRemixAppDirectory(tree: Tree, projectName: string): Promise<string>;
//# sourceMappingURL=remix-route-utils.d.ts.map