Skip to content

Commit

Permalink
fix(typings): Updated the typings files
Browse files Browse the repository at this point in the history
Updated the typings file of thread-sleep module
  • Loading branch information
kasunkv committed Aug 28, 2017
1 parent 4580662 commit ea6c77d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildtask/OwaspZapScan/typings/thread-sleep/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
declare function sleep(milliseconds:number): number;
declare module 'thread-sleep' {
function sleep(milliseconds:number): number;
}
export = sleep;
}

0 comments on commit ea6c77d

Please sign in to comment.