one
Version:
One is a new React Framework that makes Vite serve both native and web.
9 lines • 421 B
TypeScript
export declare function isRouteFilePath(filePath: string): boolean;
export declare function isPathInsideDirectory(filePath: string, directory: string): boolean;
export declare function isRouteFileWatchEvent({ event, filePath, routerRoot, includeChangeEvents, }: {
event: string;
filePath: string;
routerRoot: string;
includeChangeEvents?: boolean;
}): boolean;
//# sourceMappingURL=routeFileWatch.d.ts.map