arshjaved's picture
normal Model Upload (teja)
f9f1a35 verified
raw
history blame
107 Bytes
import { createDuration } from './create';
export function clone () {
return createDuration(this);
}