UNPKG

@jakesidsmith/tsb

Version:

Dead simple TypeScript bundler, watcher, dev server, transpiler, and polyfiller

5 lines (4 loc) 194 B
import { Stats } from 'webpack'; type WebpackCallback = (error?: Error | null, stats?: Stats) => void; export declare const createWebpackCallback: (exit: boolean) => WebpackCallback; export {};