UNPKG

288 BJavaScriptView Raw
1export default (function (o, c) {
2 var proto = c.prototype;
3
4 proto.toObject = function () {
5 return {
6 years: this.$y,
7 months: this.$M,
8 date: this.$D,
9 hours: this.$H,
10 minutes: this.$m,
11 seconds: this.$s,
12 milliseconds: this.$ms
13 };
14 };
15});
\No newline at end of file