Add node-slack

This commit is contained in:
tkQubo
2015-08-25 20:05:04 +09:00
parent a1226afe5c
commit eac74c371e
3 changed files with 109 additions and 2 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ interface RetryOption {
interface DeferredizedFunction { (...arg: any[]): Deferred; }
interface DeferredizedFunctionWithNumber { (n: number): Deferred; }
interface FunctionWithNumber { (i: number, o?: any); }
interface ErrorCallback { (d: Deferred, ...args: any[]); }
interface FunctionWithNumber { (i: number, o?: any): any; }
interface ErrorCallback { (d: Deferred, ...args: any[]): any; }
declare class Deferred {