UNPKG

179 BJavaScriptView Raw
1export default (function (o, c) {
2 var proto = c.prototype;
3
4 proto.toArray = function () {
5 return [this.$y, this.$M, this.$D, this.$H, this.$m, this.$s, this.$ms];
6 };
7});
\No newline at end of file