oh, try export

This commit is contained in:
Mark Nadal
2022-07-14 17:27:31 -07:00
committed by GitHub
parent e4e703c957
commit 8b52cbb2cb

View File

@@ -106,7 +106,9 @@ function fname(p){ return opt.file+'/'+ename(p.substring()) }
var opt = {};
opt.file = String(opt.file || 'radata');
try{module.exports=RAD}catch(e){}
// junk below that needs to be cleaned up and corrected for the actual correct RAD API.
var env = {}, nope = function(){}, nah = function(){ return nope }, u;
env.require = (typeof require !== ''+u && require) || nope;