Skip to main content
Module

x/dtils/mod.unstable.ts>readBinary

The best unofficial library of utilities for Deno applications
Go to Latest
function readBinary
Deprecated
Deprecated

Will be removed in next major release. Use readBytes instead

import { readBinary } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";

Parameters

file: string

Returns

Promise<Uint8Array>