| Current Path : /proc/thread-self/root/var/www/fidelitychain/www/node_modules/moment/src/lib/moment/ |
| Current File : //proc/thread-self/root/var/www/fidelitychain/www/node_modules/moment/src/lib/moment/clone.js |
import { Moment } from './constructor';
export function clone() {
return new Moment(this);
}