UNPKG

@pika/pack

Version:
8 lines (7 loc) 298 B
import { Reporter } from '../../reporters/index.js'; declare type Dict<T> = { [key: string]: T; }; declare type WarnFunction = (msg: string) => void; declare const _default: (info: Dict<any>, moduleLoc: string, reporter: Reporter, warn: WarnFunction) => Promise<void>; export default _default;