Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/prelude_js/mod.ts>toLocaleUpperCase

A standard module for functional programming in JavaScript
Go to Latest
function toLocaleUpperCase
import { toLocaleUpperCase } from "https://deno.land/x/prelude_js@1.0.0-beta.2/mod.ts";

Apply toLocaleUpperCase.

Type Parameters

T extends Readonly<{ toLocaleUpperCase: AnyFn; }>

Parameters

value: T
...args: Parameters<T["toLocaleUpperCase"]>

Returns

ReturnType<T["toLocaleUpperCase"]>