@most/types
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -40,2 +40,3 @@ // An instant in time. This can be wall-clock time | ||
cancel(task: ScheduledTask): void; | ||
// @deprecated | ||
cancelAll(predicate: (task: ScheduledTask) => boolean): void; | ||
@@ -60,2 +61,3 @@ } | ||
remove(scheduledTask: ScheduledTask): boolean; | ||
// @deprecated | ||
removeAll(f: (scheduledTask: ScheduledTask) => boolean): void; | ||
@@ -62,0 +64,0 @@ isEmpty(): boolean; |
{ | ||
"name": "@most/types", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API", | ||
@@ -5,0 +5,0 @@ "typings": "index.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4480
64