Skip to main content
Module

x/rambda/source/toUpper.js

Faster and smaller alternative to Ramda
Latest
File
export function toUpper(str){ return str.toUpperCase()}