您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

11 行
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. })();