first commit
This commit is contained in:
4
node_modules/upper-case-first/dist/index.d.ts
generated
vendored
Normal file
4
node_modules/upper-case-first/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Upper case the first character of an input string.
|
||||
*/
|
||||
export declare function upperCaseFirst(input: string): string;
|
||||
Reference in New Issue
Block a user