UNPKG

missing-native-js-functions

Version:

mnJSf that should be the base library for every JS project

9 lines 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Util_1 = require("./Util"); (0, Util_1.define)(Number.prototype, { toInt: function () { return Math.floor(this); }, }); //# sourceMappingURL=Number.js.map