forked from daren.hsu/line_push
update
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Localized lower case.
|
||||
*/
|
||||
export declare function localeLowerCase(str: string, locale: string): string;
|
||||
/**
|
||||
* Lower case as a function.
|
||||
*/
|
||||
export declare function lowerCase(str: string): string;
|
||||
Reference in New Issue
Block a user