UNPKG

221 BTypeScriptView Raw
1import { BundleOptions } from './types';
2export declare const CONFIG_FILE: string[];
3declare const _default: ({ cwd }: {
4 cwd: string;
5 rootPath?: string | undefined;
6}) => BundleOptions[];
7export default _default;