Skip to main content
Module

x/tsafe/tools/toUpperCase.ts

🔩 The missing TypeScript utils
Go to Latest
File
export function toUpperCase(str: string): string { return str.toUpperCase();}