
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
import { createDuration } from './create';

export function clone() {
    return createDuration(this);
}
