EVOLUTION-MANAGER
Edit File: clone.js
import { createDuration } from './create'; export function clone() { return createDuration(this); }