UNPKG

373 BTypeScriptView Raw
1/**
2 * @author: JP Lew (jp@cto.ai)
3 * @date: Tuesday, 23rd April 2019 11:05:01 pm
4 * @lastModifiedBy: JP Lew (jp@cto.ai)
5 * @lastModifiedTime: Wednesday, 24th April 2019 12:45:12 pm
6 * @copyright (c) 2019 CTO.ai
7 */
8declare const asyncPipe: (...fns: Function[]) => (param?: any) => any;
9declare const _trace: (msg: string) => (x: any) => any;
10export { asyncPipe, _trace };