document.min.js 355 B

123456789
  1. /*!
  2. * global/document.min.js
  3. * https://github.com/RobinHerbots/Inputmask
  4. * Copyright (c) 2010 - 2018 Robin Herbots
  5. * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
  6. * Version: 4.0.0-beta.5
  7. */
  8. "function"==typeof define&&define.amd?define(function(){return document}):"object"==typeof exports&&(module.exports=document);