Type definitions and tests for lower-case-first

This commit is contained in:
Sam Saint-Pettersen
2015-07-30 10:49:11 +01:00
parent 524d202369
commit a79c116814
+1 -1
View File
@@ -6,4 +6,4 @@
declare module "lower-case-first" {
function lowerCaseFirst(string: string, locale?: string): string;
export = lowerCaseFirst;
}
}