UNPKG

adder-script

Version:

Python like language to execute untrusted codes in browsers and Node.js.

10 lines (8 loc) 158 B
"use strict"; /** * Just an alias to require AdderScript in Node.js. * * Author: Ronen Ness. * Since: 2016 */ module.exports = require('./../src');