UNPKG

npm-link-up

Version:

Use this package to link your projects together for local development.

5 lines (4 loc) 158 B
import async = require('async'); import { EVCb } from "./index"; export type Task = (cb: EVCb<any>) => void; export declare const q: async.QueueObject<Task>;