Changed small functions to methods
Added custom color function
This commit is contained in:
7
src/enviroment.d.ts
vendored
7
src/enviroment.d.ts
vendored
@@ -7,4 +7,11 @@ declare global {
|
||||
}
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface String {
|
||||
removeIndents(): string
|
||||
capitalizeFirstLetter(): string
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
|
||||
Reference in New Issue
Block a user