mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
update types of uppercaselcase
This commit is contained in:
parent
3b438428d5
commit
3510b58e50
1
types/uppercamelcase/index.d.ts
vendored
1
types/uppercamelcase/index.d.ts
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user