mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
update types of uppercaselcase
This commit is contained in:
Vendored
+1
@@ -5,3 +5,4 @@
|
||||
|
||||
declare function upperCamelCase(...args: string[]): string;
|
||||
export = upperCamelCase;
|
||||
declare namespace upperCamelCase { }
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import upperCamelCase = require('uppercamelcase');
|
||||
import * as upperCamelCase2 from "uppercamelcase";
|
||||
|
||||
upperCamelCase('foo-bar');
|
||||
//=> FooBar
|
||||
|
||||
Reference in New Issue
Block a user