UNPKG

zcatalyst-cli

Version:

Command Line Tool for CATALYST

4 lines (3 loc) 208 B
import { IFnTarget, PythonFn } from '../../../fn-utils/lib/common'; declare const _default: (targets?: Array<IFnTarget<PythonFn>>) => Promise<Array<IFnTarget<PythonFn>> | undefined>; export default _default;