@@ -70,2 +70,9 @@ export interface FuzzballBaseOptions { | ||
| interface AbortController { | ||
| /** | ||
| * If extract has been aborted; | ||
| */ | ||
| signal: { aborted: boolean } | ||
| } | ||
| interface CancellationToken { | ||
@@ -94,2 +101,6 @@ /** | ||
| /** | ||
| * Track if extract has been aborted | ||
| */ | ||
| abortController?: AbortController; | ||
| /** | ||
| * Track if extract has been canceled | ||
@@ -106,2 +117,6 @@ */ | ||
| /** | ||
| * Track if extract has been aborted | ||
| */ | ||
| abortController?: AbortController; | ||
| /** | ||
| * Track if extract has been canceled; | ||
@@ -108,0 +123,0 @@ */ |
+1
-1
| { | ||
| "name": "fuzzball", | ||
| "version": "2.1.1", | ||
| "version": "2.1.2", | ||
| "description": "Fuzzy string matching algorithms and utilities, port of the TheFuzz Python library.", | ||
@@ -5,0 +5,0 @@ "main": "fuzzball.js", |
@@ -54,2 +54,9 @@ export interface FuzzballBaseOptions { | ||
| interface AbortController { | ||
| /** | ||
| * If extract has been aborted; | ||
| */ | ||
| signal: { aborted: boolean } | ||
| } | ||
| interface CancellationToken { | ||
@@ -78,2 +85,6 @@ /** | ||
| /** | ||
| * Track if extract has been aborted | ||
| */ | ||
| abortController?: AbortController; | ||
| /** | ||
| * Track if extract has been canceled | ||
@@ -90,2 +101,6 @@ */ | ||
| /** | ||
| * Track if extract has been aborted | ||
| */ | ||
| abortController?: AbortController; | ||
| /** | ||
| * Track if extract has been canceled; | ||
@@ -92,0 +107,0 @@ */ |
673696
0.09%7644
0.37%