UNPKG

@tarojs/plugin-generator

Version:
7 lines (6 loc) 162 B
import type { IPluginContext } from '@tarojs/service'; /** * 命令行扩展 */ declare const _default: (ctx: IPluginContext) => void; export default _default;