UNPKG

293 BTypeScriptView Raw
1// Type definitions for pascalcase 1.0
2// Project: https://github.com/jonschlinkert/pascalcase
3// Definitions by: IdeFFiX <https://github.com/ideffix>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = pascalcase;
7
8declare function pascalcase(value: string): string;