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

x/dtils/mod.unstable.ts>FsCache#getBytes

The best unofficial library of utilities for Deno applications
Go to Latest
method FsCache.prototype.getBytes
Re-export
import { FsCache } from "https://deno.land/x/dtils@2.6.0/mod.unstable.ts";

Get a cache entry key as bytes

Parameters

key: string

Returns

Promise<Uint8Array | null>