UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

3 lines (2 loc) 156 B
import { ITypeCheckerOptions, IResults } from './interfaces'; export declare function throwIfError(options: ITypeCheckerOptions, errors: IResults): void;