a zip code crypto-currency system good for red ONLY

contains.js 178B

12345678
  1. "use strict";
  2. var indexOf = require("./e-index-of");
  3. module.exports = function (searchElement/*, position*/) {
  4. return indexOf.call(this, searchElement, arguments[1]) > -1;
  5. };