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

export = paramCase;