UNPKG

trifid-core

Version:
5 lines 344 B
import type { TrifidConfig } from '../../types/index.ts'; import type { LoadedPlugin, StandardizedPlugin } from './standardize.ts'; declare const assembler: (config: TrifidConfig, additionalPlugins?: Record<string, LoadedPlugin>) => Promise<Array<[string, StandardizedPlugin]>>; export default assembler; //# sourceMappingURL=assembler.d.ts.map