| Path : /proc/thread-self/root/var/www/html/smartcirqls.com/vendors/moment/src/lib/utils/ |
| Current File : //proc/thread-self/root/var/www/html/smartcirqls.com/vendors/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;
}