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

Uint8.fromNumber

import { Uint8 } from "https://raw.githubusercontent.com/i-xi-dev/number.es/8.0.0/src/uint8.ts"; 

const { fromNumber } = Uint8;
function fromNumber(source: number, options?: FromOptions): Uint8;
§
fromNumber(source: number, options?: FromOptions): Uint8
[src]

§Parameters

§
source: number
[src]
§
options?: FromOptions optional
[src]

§Return Type