a zip code crypto-currency system good for red ONLY

is-implemented.js 149B

12345678
  1. "use strict";
  2. module.exports = function () {
  3. var hypot = Math.hypot;
  4. if (typeof hypot !== "function") return false;
  5. return hypot(3, 4) === 5;
  6. };