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

NumberEx.Radix

import { NumberEx } from "https://raw.githubusercontent.com/i-xi-dev/string.es/6.0.1/deps.ts"; 

const { Radix } = NumberEx;

2, 8, 10, or 16.

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

§Type

§
Radix[keyof Radix]
[src]