noodl-loader
Version:
Loader for noodl applications
11 lines (10 loc) • 732 B
TypeScript
export declare function configKey(value: string | null | undefined): string;
export declare function appKey(value: string | null | undefined): string;
export declare function ensureSuffix(suffix: string, value?: string): string;
export declare function endpoint(path1: string, path2: string): string;
export declare function joinPaths(...paths: any[]): string;
export declare function pageName(value: string | null | undefined): string;
export declare function quoteIfEmptyStr(value: any): any;
export declare function removeSuffix(suffix: string, value?: string): string;
export declare function toObject(value: unknown): Record<string, any>;
export declare function toPathname(value: string | null | undefined): string;