mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Type definitions and tests for pascal-case
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
// Type definitions for pascal-case
|
||||
// Project: https://github.com/blakeembrey/pascal-case
|
||||
// Definitions by: Sam Saint-Pettersen <https://github.com/stpettersens>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "pascal-case" {
|
||||
function pascalCase(string: string, locale?: string): string;
|
||||
export = pascalCase;
|
||||
}
|
||||
Reference in New Issue
Block a user