UNPKG

trifid-core

Version:
6 lines 344 B
import type { TrifidConfig, TrifidPlugin } from '../../types/index.ts'; import type { LoadedPlugin } from './standardize.ts'; export declare const loader: (modulePath: string) => Promise<TrifidPlugin>; declare const load: (config: TrifidConfig) => Promise<Record<string, LoadedPlugin>>; export default load; //# sourceMappingURL=loader.d.ts.map