Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/snel/imports/drollup.ts>PluginCache

A Cybernetical framework for svelte applications in deno
Latest
interface PluginCache
import { type PluginCache } from "https://deno.land/x/snel@v0.7.1/imports/drollup.ts";

Methods

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