Your IP : 216.73.216.158


Current Path : /proc/thread-self/root/var/www/fidelitychain/wwwOLD/node_modules/moment/src/lib/utils/
Upload File :
Current File : //proc/thread-self/root/var/www/fidelitychain/wwwOLD/node_modules/moment/src/lib/utils/hooks.js

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;
}