Skip to main content
Module

x/dnt/wasm/helpers.js

Deno to npm package build tool.
Go to Latest
File
import { createCache } from "https://deno.land/x/deno_cache@0.2.1/mod.ts";
const fileFetcher = createCache();
export function fetch_specifier(specifier) { return fileFetcher.load(new URL(specifier));}