one
Version:
One is a new React Framework that makes Vite serve both native and web.
8 lines • 371 B
TypeScript
/**
* Shared utilities for modifications in the fork.
*/
export declare const getParamName: (pattern: string) => string;
export declare function getParamValue(p: string, value: string): string | string[] | undefined;
export declare function isDynamicPart(p: string): boolean;
export declare function replacePart(p: string): string;
//# sourceMappingURL=_shared.d.ts.map