GIF89a php
Current File : /home/viralhoga/game_viralhoga_com/node_modules/moment/src/lib/moment/clone.js
import { Moment } from './constructor';

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