blob: ffa1ea68a45a9c4763e78d315f4712c801d98568 [file] [log] [blame]
export function toUpper(str){
return str.toUpperCase()
}