UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

13 lines (12 loc) 510 B
export declare function ensureTrailingSlash(path: string): string; export declare function ensureLeadingHash(hash: string): string; export declare function absolutePath(path: string, basename?: string): string; export declare function nthIndexOf(str: string, pattern: string, n: number, start?: number): number; /** * Like Python’s `.capitalize()`. */ export declare function capitalize(string: string): string; /** * Like Python’s `.title()`. */ export declare function title(string: string): string;