UNPKG

@jackfranklin/maths-package-for-blog-post

Version:

6 lines (5 loc) 124 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.add = (x, y) => { return x + y; };