Skip to main content
Module

x/drollup/mod.ts>RollupWatcher

Next-generation ES module bundler ported for 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/drollup@2.58.0+0.20.0/mod.ts";

Methods

close(): void