Skip to main content
Module

x/froebel/string.ts>lower

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

Strictly typed String.toLowerCase().

type

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