Skip to main content
The Deno 2 Release Candidate is here
Learn more
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