mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
added definitions and tests for lcFirst and lowerCaseFirst
This commit is contained in:
Vendored
+2
@@ -34,4 +34,6 @@ declare module "change-case" {
|
||||
function isLowerCase(s: string): boolean;
|
||||
function ucFirst(s: string): string;
|
||||
function upperCaseFirst(s: string): string;
|
||||
function lcFirst(s: string): string;
|
||||
function lowerCaseFirst(s: string): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user