Skip to main content
Module

x/froebel/mod.ts>upper

A strictly typed utility library.
Go to Latest
variable upper
import { upper } from "https://deno.land/x/froebel@v0.23.1/mod.ts";

Strictly typed String.toUpperCase().

type

<T extends string>(str: T) => unknown