3 lines
213 B
TypeScript
3 lines
213 B
TypeScript
import { PluginRecords } from "@commitlint/types";
|
|
export default function loadPlugin(plugins: PluginRecords, pluginName: string, debug?: boolean): Promise<PluginRecords>;
|
|
//# sourceMappingURL=load-plugin.d.ts.map
|