UNPKG

298 BTypeScriptView Raw
1import { LibBundleOptionsInternal, LibProjectConfigInternal } from '../models/internals';
2export declare function initLibBundleTarget(bundles: LibBundleOptionsInternal[], currentBundle: Partial<LibBundleOptionsInternal>, i: number, libConfig: LibProjectConfigInternal): LibBundleOptionsInternal;