UNPKG

@tarojs/cli

Version:
6 lines (5 loc) 172 B
import { Kernel } from '@tarojs/service'; export default function customCommand(command: string, kernel: Kernel, args: { _: string[]; [key: string]: any; }): void;