variable Watch.entrypoint

Entrypoint that reruns on file change.

Type

(
meta: Meta,
mode: Fn<[string, string[]]>,
...options: unknown[],
) => unknown

Usage

import { Watch } from ".";