EVOLUTION-MANAGER
Edit File: clone.js
import { Moment } from './constructor'; export function clone() { return new Moment(this); }