zhangxiaoxu123456
2021-12-17 4d4a844ef624dde8667b314d353599297f6cb8d9
1
2
3
4
5
import { createDuration } from './create';
 
export function clone() {
    return createDuration(this);
}