Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/scale/codecs/mod.ts>BitSequence#_getBit

A TypeScript reference implementation of SCALE transcoding
Go to Latest
method BitSequence.prototype._getBit
import { BitSequence } from "https://deno.land/x/scale@v0.13.0/codecs/mod.ts";

Parameters

index: number

Returns

boolean | undefined