UNPKG

js-executor-cg-lib

Version:

Library to execute javascript code

12 lines (10 loc) 183 B
/** * Object generally with prop file and content * @type {{content:null}} */ const objectJsExecutor = { code: null, }; module.exports = { objectJsExecutor, };