编辑 | blame | 历史 | 原始文档
declare function noCase (value: string, locale?: string, replacement?: string): string;

export = noCase;