UNPKG

craydent-date

Version:

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

4 lines (2 loc) 153 B
import { AsyncFunction } from "../models/AsyncFunction"; export type Invokable = GeneratorFunction | AsyncGeneratorFunction | AsyncFunction | Function;