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