File size: 107 Bytes
f9f1a35 |
1 2 3 4 5 6 7 |
import { createDuration } from './create';
export function clone () {
return createDuration(this);
}
|
f9f1a35 |
1 2 3 4 5 6 7 |
import { createDuration } from './create';
export function clone () {
return createDuration(this);
}
|