UNPKG

starter-math

Version:

A simple math library

7 lines 168 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function add(a, b) { return a + b; } exports.add = add; //# sourceMappingURL=add.js.map