+1
-1
@@ -31,3 +31,3 @@ declare class Sema<T = string> { | ||
| }); | ||
| apply(): Promise<NodeJS.Timeout>; | ||
| apply(): Promise<ReturnType<typeof setTimeout>>; | ||
| reset(): number; | ||
@@ -34,0 +34,0 @@ } |
+1
-1
@@ -31,3 +31,3 @@ declare class Sema<T = string> { | ||
| }); | ||
| apply(): Promise<NodeJS.Timeout>; | ||
| apply(): Promise<ReturnType<typeof setTimeout>>; | ||
| reset(): number; | ||
@@ -34,0 +34,0 @@ } |
+2
-2
| { | ||
| "name": "sema4", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "Promise based Semaphores", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
| }, | ||
| "types": "./index.d.ts", | ||
| "types": "./dist/index.d.ts", | ||
| "files": [ | ||
@@ -35,0 +35,0 @@ "dist" |
25624
0.14%