UNPKG

kitten-cloud-function

Version:

用于编程猫源码云功能(云变量、云列表等)的客户端工具

5 lines (4 loc) 131 B
import { Command } from "./command"; export interface MergableCommand extends Command { merge(this: this, that: this): void; }