first commit
This commit is contained in:
8
app_vue/node_modules/lower-case/dist/index.d.ts
generated
vendored
Normal file
8
app_vue/node_modules/lower-case/dist/index.d.ts
generated
vendored
Normal file
@ -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