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