UNPKG

earljs

Version:

Ergonomic, modern and type-safe assertion library

4 lines (3 loc) 186 B
import { PluginConfig } from './types'; export declare type PluginLoader = (path: string) => Promise<PluginConfig>; export declare function loadPlugin(pluginConfig: PluginConfig): void;