UNPKG

@weshare/crd

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