Skip to main content
Module

x/drollup/mod.ts>PluginCache

Next-generation ES module bundler ported for Deno
Latest
interface PluginCache
import { type PluginCache } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/mod.ts";

Methods

delete(id: string): boolean
get<T = any>(id: string): T
has(id: string): boolean
set<T = any>(id: string, value: T): void