Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/rambda.js>toLower

Faster and smaller alternative to Ramda
Go to Latest
function toLower
import { toLower } from "https://deno.land/x/rambda@v9.1.0/rambda.js";

Type Parameters

S extends string

Returns

Lowercase<S>

Parameters

str: string

Returns

string