@wireapp/priority-queue
Advanced tools
Comparing version 1.6.15 to 1.6.16
@@ -44,4 +44,4 @@ { | ||
}, | ||
"version": "1.6.15", | ||
"gitHead": "5c2837b61f910cfab1d90e587e4b8da52420e812" | ||
"version": "1.6.16", | ||
"gitHead": "618b88989e320f19ed8eef24cbc012f3e4306256" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { Item } from './Item'; | ||
import type { Item } from './Item'; | ||
export interface Config { | ||
@@ -3,0 +3,0 @@ comparator: (a: Item, b: Item) => number; |
@@ -1,4 +0,4 @@ | ||
import { Config } from './Config'; | ||
import { Item } from './Item'; | ||
import { Priority } from './Priority'; | ||
import type { Config } from './Config'; | ||
export declare class PriorityQueue { | ||
@@ -5,0 +5,0 @@ private readonly logger; |
Sorry, the diff of this file is too big to display
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
118621