Edit File: clone.js
import { Moment } from './constructor'; export function clone() { return new Moment(this); }
Back to File Manager