UNPKG

aki-plugin-manager

Version:

Lightweight at-runtime plugin manager and loader

3 lines (2 loc) 123 B
/// <reference types="node" /> export declare const load: (baseDir: string, name: string, requireFn?: NodeRequire) => any;