Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/io.ts>readShort

[WIP] A framework for crafting interactions with Substrate chains
Latest
function readShort
Re-export
import { readShort } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/io.ts";

Read big endian 16bit short from BufReader

Returns

Promise<number | null>