UNPKG

craydent-cli

Version:

Node module to manage command line execution and arguments

3 lines (2 loc) 167 B
import { AsyncFunction } from '../models/AsyncFunction'; export default function _getFuncName(func: GeneratorFunction | Generator | AsyncFunction | Function): string;