File Manager

Path: /home/heznutpr/log.heznutprivate.com/dashboard/bower_components/moment/src/lib/duration/

Viewing File: clone.js

import { createDuration } from './create';

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