Module

x/rambda/index.d.ts>toUpper

Faster and smaller alternative to Ramda
Go to Latest
function toUpper
import { toUpper } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";

Type Parameters

S extends string

Returns

Uppercase<S>

Parameters

str: string

Returns

string