UNPKG

@netlify/build

Version:
16 lines (15 loc) 357 B
export declare const load: ({ pluginPath, inputs, packageJson, verbose, netlifyConfig }: { pluginPath: any; inputs: any; packageJson: any; verbose: any; netlifyConfig: any; }) => Promise<{ events: string[]; context: { methods: Partial<any>; inputs: any; packageJson: any; verbose: any; }; }>;