@travetto/exec
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -19,3 +19,3 @@ { | ||
}, | ||
"version": "0.0.6" | ||
"version": "0.0.7" | ||
} |
@@ -6,3 +6,5 @@ import { DataSource } from './types'; | ||
constructor(private tick: number = 500) { } | ||
constructor(data?: T[], private tick: number = 500) { | ||
this.items = data || []; | ||
} | ||
@@ -9,0 +11,0 @@ enqueue(item: T) { |
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
13214
442