Merge domain-task repo into this one

This commit is contained in:
SteveSandersonMS
2016-02-09 10:39:48 -08:00
parent 32349fa85b
commit 047d14a6cd
15 changed files with 289 additions and 10 deletions

View File

@@ -1,10 +0,0 @@
// TODO: Move this on to definitelytyped, and take a dependency on whatwg-fetch
// so that the 'fetch' function can have the correct type args
declare module 'domain-task' {
function addTask(task: PromiseLike<any>): void;
}
declare module 'domain-task/fetch' {
function fetch(url, options?): Promise<any>;
}