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

x/snel/imports/drollup.ts>RollupWatcher

A Cybernetical framework for svelte applications in deno
Latest
interface RollupWatcher
implements TypedEventEmitter<{ change: (id: string, change: { event: string; }) => void; close: () => void; event: (event: RollupWatcherEvent) => void; restart: () => void; }>
import { type RollupWatcher } from "https://deno.land/x/snel@v0.7.1/imports/drollup.ts";

Methods

close(): void