UNPKG

@umijs/plugins

Version:
7 lines (6 loc) 144 B
import { IApi } from 'umi'; export declare function withTmpPath(opts: { api: IApi; path: string; noPluginDir?: boolean; }): string;