provider/node_modules/bufferutil/index.js

8 lines
136 B
JavaScript
Raw Normal View History

2020-11-06 12:38:38 +01:00
'use strict';
try {
module.exports = require('node-gyp-build')(__dirname);
} catch (e) {
module.exports = require('./fallback');
}