2.0.3 • Published 5 years ago

munar-helper-booth-lockskip v2.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

munar-helper-booth-lockskip

Helper function for "lock-skipping" DJs in Munar plugins.

Intended for Adapters with a DJ Booth and a DJ History, like plug.dj or üWave.

Installation

$ npm install --save munar-helper-booth-lockskip

Usage

import lockskip from 'munar-helper-booth-lockskip'

// Skip DJ and move them to the second position in the wait list
await lockskip(adapter)

// Skip DJ and move them to a custom (zero-indexed) position in the wait list
await lockskip(adapter, { position: 5 })

License

ISC