summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/moment/src/lib/moment/clone.js
blob: d96b328b2446c7684dc4eeea109ead71b2a722e0 (plain)
1
2
3
4
5
import { Moment } from './constructor';

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