i4way-dash/.svn/pristine/28/28653ed90f185af48a3f59fe843...

6 lines
99 B
Plaintext

import { Moment } from './constructor';
export function clone () {
return new Moment(this);
}