Skip to main content
Module

x/froebel/case.ts>lower

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

Strictly typed String.toLowerCase().

type

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