UNPKG

chorecore

Version:

Utilities to simplify many commonly used pieces of code

9 lines (8 loc) 307 B
export declare const stringFunctions: { capitalize: (alterVal: string) => string; replaceAll: (str: string, original: string, replacement: string) => string; replacementMap: (str: string, map: { [key: string]: string; }) => string; sentenceCase: (alterVal: string) => string; };