UNPKG

nlu

Version:

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

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