Skip to main content
Module

x/rambda/immutable.d.ts>toUpper

Faster and smaller alternative to Ramda
Go to Latest
function toUpper
import { toUpper } from "https://deno.land/x/rambda@v7.0.1/immutable.d.ts";

Type Parameters

S extends string

Returns

Uppercase<S>

Parameters

str: string

Returns

string