UNPKG

@weshare/crd

Version:
7 lines (6 loc) 217 B
declare type PushOtions = { message: string; mark: string; }; export default function commandhandle(remote: string | undefined, branch: string | undefined, cmdObj: PushOtions): Promise<void>; export {};