UNPKG

lbundle

Version:

Small zero-configuration bundler build on top of Rollup.js and SWC for NPM libraries

4 lines (3 loc) 202 B
import type { OptionsModel } from '../models/options'; import type { ContextModel } from '../models/context'; export declare const getCtx: (baseOptions: Partial<OptionsModel>) => Promise<ContextModel>;