cryogena
@cryogena
3
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
3 Skillsacross 1 category> `npm i ioscript` ```js let IOScript = require("ioscript"); ``` # Basic usage: ```js let sandbox = IOScript({ onError: function(isCore, error) {}, // isCore ? ioscript error : provided script error pure: true, // whether internal scopes inherit p
SkillAI Tool
1 dir