1
0
mirror of https://github.com/metrico/qryn.git synced 2025-03-15 19:18:09 +00:00
qryn/qryn_node_wrapper.js
2023-10-06 14:49:55 +03:00

11 lines
148 B
JavaScript

module.exports.init = () => {
require('./qryn_node')
}
module.exports.bun = () => {
try {
return Bun
} catch (e) {
return false
}
}