UNPKG

@farmfe/plugin-tools

Version:

farmfe plugin tools to help build farmfe plugin

5 lines (4 loc) 137 B
/** * Farm plugin prepublish command, publish all packages under npm directory */ export declare function prepublish(): Promise<void>;