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

scripts.node_modules.moment.src.lib.utils.hooks.js Maven / Gradle / Ivy

There is a newer version: 2.14
Show newest version
export { hooks, setHookCallback };

var hookCallback;

function hooks() {
    return hookCallback.apply(null, arguments);
}

// This is done to register the method called with moment()
// without creating circular dependencies.
function setHookCallback(callback) {
    hookCallback = callback;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy