Skip to content

shouldIgnoreWatchFile

@tsed/cli

Usage

typescript
import { shouldIgnoreWatchFile } from "@tsed/cli/src/bin/tsed-dev";

See /packages/cli/src/bin/tsed-dev.ts.

Overview

ts
function shouldIgnoreWatchFile(file: string | undefined, watcher?: unknown): boolean;

Released under the MIT License.