vladdress
Version:
Lightweight Street Address Parser Written in TypeScript
4 lines (3 loc) • 304 B
TypeScript
export declare const toTitleCase: (str: string) => string;
export declare const removeRepeatedSpaces: (from: string) => string;
export declare const replaceCaseInsensitive: (input: string | undefined, replacer: string | undefined, last?: boolean, replaceWith?: string | undefined) => string | undefined;