mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add node-slack
This commit is contained in:
Vendored
+2
-2
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user