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

x/prelude_js/mod.ts>charCodeAt

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

Apply charCodeAt.

Type Parameters

T extends Readonly<{ charCodeAt: AnyFn; }>

Parameters

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

Returns

ReturnType<T["charCodeAt"]>