UNPKG

windows-fs

Version:

Windows utilities when working with the file system

12 lines (9 loc) 152 B
const math = require('./math') console.log( 'some', 'code', op(4, 2) ) function op (a, b) { return math.mul(math.add(a, b), math.add(a, b)) }