Skip to main content
Module

x/drollup/deps.ts>Cache.Origin

Next-generation ES module bundler ported for Deno
Latest
enum Cache.Origin
Re-export
import { Cache } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/deps.ts";
const { Origin } = Cache;

Members

CACHE = "cache"
FETCH = "fetch"