UNPKG

craydent-date

Version:

Node module to extend fs/file system functionality and simplify code for maintainability and readability

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