UNPKG

windows-fs

Version:

Windows utilities when working with the file system

11 lines (8 loc) 126 B
function mul (a, b) { return a * b } function add (a, b) { return a + b } exports.mul = mul exports.add = add