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

x/leaf/functions/getFileInMem.ts>MANDARINE_GET_FILE_IN_MEM

A fake file system for Deno binaries
Latest
variable MANDARINE_GET_FILE_IN_MEM
import { MANDARINE_GET_FILE_IN_MEM } from "https://deno.land/x/leaf@v1.0.4/functions/getFileInMem.ts";

type

(
globalThis: MemMethods,
path: string | URL,
isExecutable: boolean,
) => Uint8Array