1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-06-17 10:46:01 +00:00
This commit is contained in:
MatteZ02
2020-03-04 13:43:21 +02:00
parent 79f8a18164
commit da84fcfed1
1292 changed files with 93623 additions and 35760 deletions

7
node_modules/@discordjs/opus/lib/index.js generated vendored Normal file
View File

@ -0,0 +1,7 @@
const { find } = require('node-pre-gyp');
const { resolve, join } = require('path');
const bindingPath = find(resolve(join(__dirname, '..', 'package.json')));
const binding = require(bindingPath);
module.exports = binding;