All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.node_modules.moment.src.lib.duration.clone.js Maven / Gradle / Ivy

The newest version!
import { createDuration } from './create';

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy