UNPKG

craydent-date

Version:

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

4 lines (2 loc) 124 B
import { Invokable } from "../models/Invokable"; export declare type EventListeners = { func: Invokable, ref: Invokable };