Initial commit

This commit is contained in:
WatermelonModders
2022-05-31 12:35:46 -04:00
commit fc5cb0c32c
4097 changed files with 447075 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
if (typeof module === 'object' && module.exports) {
// Restore CommonJS exports once our dependencies have all finished
// loading.
module = __oldModule;
exports = __oldExports;
}
// The modules for your project will be inlined above
// this snippet. Ask almond to synchronously require the
// module value for 'main' here and return it as the
// value to use for the public API for the built file.
return require('jodid25519');
}));
// See https://github.com/jrburke/almond#exporting-a-public-api