Newer
Older
alert / js / node_modules / dayjs / esm / plugin / toArray / index.js
@Réz István Réz István on 18 Nov 2021 179 bytes first commit
export default (function (o, c) {
  var proto = c.prototype;

  proto.toArray = function () {
    return [this.$y, this.$M, this.$D, this.$H, this.$m, this.$s, this.$ms];
  };
});