aboutsummaryrefslogtreecommitdiff
path: root/node_modules/no-case/no-case.d.ts
blob: 3acd2c2b2c53949b23414ac2319709fd5fa81590 (plain)
1
2
3
declare function noCase (value: string, locale?: string, replacement?: string): string;

export = noCase;