UNPKG

tia

Version:

Time is All (logs driven test engine with ExtJs support)

10 lines (7 loc) 134 B
'use strict'; module.exports = { mul: (a, b) => a * b, sum: (a, b) => a + b, sub: (a, b) => a - b, div: (a, b) => a / b, };