tooling overhaul
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/** A typesafe version of toUpperCase */
|
||||
export function toUpper<S extends string>(string: S) {
|
||||
return string.toUpperCase() as Uppercase<S>
|
||||
return string.toUpperCase() as Uppercase<S>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user