Blame view

node_modules/no-case/no-case.d.ts 106 Bytes
ce4c83ff   wxy   初始提交
1
2
3
  declare function noCase (value: string, locale?: string, replacement?: string): string;
  
  export = noCase;