Addnew sheets (armor, weapons, malefica) and v13 support
This commit is contained in:
3
node_modules/queue-tick/process-next-tick.js
generated
vendored
Normal file
3
node_modules/queue-tick/process-next-tick.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = (typeof process !== 'undefined' && typeof process.nextTick === 'function')
|
||||
? process.nextTick.bind(process)
|
||||
: require('./queue-microtask')
|
||||
Reference in New Issue
Block a user