zhaojs
2023-07-18 218ebcd2b3a4a4eb15250b5a15bed9bfbcfca3ca
1
2
3
4
5
import { Moment } from './constructor';
 
export function clone() {
    return new Moment(this);
}