File Manager

Path: /home/heznutpr/log.heznutprivate.com/dist/assets/node_modules/moment/src/lib/moment/

Viewing File: clone.js

import { Moment } from './constructor';

export function clone () {
    return new Moment(this);
}