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

BytesFormat.Radix

import type { BytesFormat } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.0/deps.ts"; 

const { Radix } = BytesFormat;

2, 8, 10, or 16.

type Radix = _FORMAT_RADIXES[number];

§Type

§
_FORMAT_RADIXES[number]
[src]