@@ -62,2 +62,9 @@ export interface FuzzballBaseOptions { | ||
| interface AbortController { | ||
| /** | ||
| * If extract has been aborted; | ||
| */ | ||
| signal: { aborted: boolean } | ||
| } | ||
| interface CancellationToken { | ||
@@ -86,2 +93,6 @@ /** | ||
| /** | ||
| * Track if extract has been aborted | ||
| */ | ||
| abortController?: AbortController; | ||
| /** | ||
| * Track if extract has been canceled | ||
@@ -98,2 +109,6 @@ */ | ||
| /** | ||
| * Track if extract has been aborted | ||
| */ | ||
| abortController?: AbortController; | ||
| /** | ||
| * Track if extract has been canceled; | ||
@@ -100,0 +115,0 @@ */ |
+1
-1
| { | ||
| "name": "fuzzball", | ||
| "version": "2.1.0", | ||
| "version": "2.1.1", | ||
| "description": "Fuzzy string matching algorithms and utilities, port of the TheFuzz Python library.", | ||
@@ -5,0 +5,0 @@ "main": "fuzzball.js", |
673080
0.05%7616
0.18%