Module

x/rambda/mod.ts>toLower

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

Type Parameters

S extends string

Returns

Lowercase<S>

Parameters

str: string

Returns

string