A Meteor wrapper package for double-ended-queue that exists solely to work around an npm read-installed bug preventing prerelease versioned packages (like double-ended-queue@2.1.0-0) from being installed in top-level node_modules. Current stable version is 2.1.0. No active development beyond the workaround; exports the underlying deque module unmodified. Not recommended for new projects unless specifically needed for Meteor interoperability.
npm install meteor-dequeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage: create a Deque, push/unshift/shift, convert to array, and check length.
Monitor the double-ended-queue package for updates.
Use CommonJS require() for universal compatibility.
Consider replacing with double-ended-queue directly if not using Meteor or older npm.
Run 'npm install meteor-deque' or add to package.json.
Use import Deque from 'meteor-deque' instead of import { Deque }.