mirror of
https://github.com/sern-handler/website
synced 2026-06-26 17:52:22 +00:00
feat: migrate to starlight
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