UNPKG

@codechecks/build-size-watcher

Version:

Keep your build size in check and detect when it gets too big

4 lines (3 loc) 176 B
import { BuildSizeWatcherOptions } from "./types"; export declare function buildSizeWatcher(_options: BuildSizeWatcherOptions): Promise<void>; export default buildSizeWatcher;