Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Radix

import { Radix } from "https://raw.githubusercontent.com/i-xi-dev/number.es/6.0.0/src/main.ts";

2, 8, 10, or 16.

const Radix;
type Radix = Radix[keyof Radix];

§Type

§
Radix[keyof Radix]
[src]