zhaojs
2023-07-04 e4a86aabeb044ddd42dbbbb585e2425871df47e9
1
2
3
4
5
import { createDuration } from './create';
 
export function clone() {
    return createDuration(this);
}