Your IP : 216.73.216.220


Current Path : /var/www/fidelitychain/www/node_modules/moment/src/lib/moment/
Upload File :
Current File : //var/www/fidelitychain/www/node_modules/moment/src/lib/moment/clone.js

import { Moment } from './constructor';

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