You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
267 B

  1. });
  2. if (typeof exports == "object") {
  3. module.exports = require("moment-jalaali");
  4. } else if (typeof define == "function" && define.amd) {
  5. define([], function(){ return require("moment-jalaali"); });
  6. } else {
  7. this["moment"] = require("moment-jalaali");
  8. }
  9. })();