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