/usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/toArray
NameSizeModeActions
index.d.ts1690644editdlrm
index.js1790644editdlrm
Edit: /usr/local/lib/node_modules/pm2/node_modules/dayjs/esm/plugin/toArray/index.js (179B)
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]; }; });