UNPKG

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

Version:

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