Edit File: clone.js
import { createDuration } from './create'; export function clone() { return createDuration(this); }
Back to File Manager