Skip to main content
Module

x/core_fn/uncurry/string/char_at.ts>CharAt

A collection of built-in object method and property as currying function
Latest
type alias CharAt
import { type CharAt } from "https://deno.land/x/core_fn@v1.0.0-beta.16/uncurry/string/char_at.ts";

Type Parameters

T extends number
U extends string
definition: IsNegative<T> extends true ? "" : String2Array<U>[T] extends infer R ? R extends undefined ? "" : R : string