0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
gentelella-1.3.0
/
vendors
/
moment
/
src
/
lib
/
moment
/
[
Home
]
File: clone.js
import { Moment } from './constructor'; export function clone () { return new Moment(this); }