c215af101bae3ec6b4a799497c5d66ae15ba03fd122529c14c2f430062e5177258ab571128e42138e44f0c44ca3061c8491ee92aac77ff58d1200eac5c0186 362 B

123456789101112131415161718
  1. ;(function (root, factory) {
  2. if (typeof exports === "object") {
  3. // CommonJS
  4. module.exports = exports = factory(require("./core"));
  5. }
  6. else if (typeof define === "function" && define.amd) {
  7. // AMD
  8. define(["./core"], factory);
  9. }
  10. else {
  11. // Global (browser)
  12. factory(root.CryptoJS);
  13. }
  14. }(this, function (CryptoJS) {
  15. return CryptoJS.enc.Latin1;
  16. }));