PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/dayjs/esm/plugin/toObject

Просмотр файла: index.js

export default (function (o, c) {
  var proto = c.prototype;

  proto.toObject = function () {
    return {
      years: this.$y,
      months: this.$M,
      date: this.$D,
      hours: this.$H,
      minutes: this.$m,
      seconds: this.$s,
      milliseconds: this.$ms
    };
  };
});

Выполнить команду


Для локальной разработки. Не используйте в интернете!