UNPKG

chimera-framework

Version:

Language agnostic framework for stand-alone and distributed computing

5 lines (4 loc) 102 B
module.exports = (ins, vars, callback) => { let number = ins[0] callback(null, number * number) }