registerBeforeUnloadHandlerFunctionType type

Register before unload handler function type

type registerBeforeUnloadHandlerFunctionType = (
  readyToUnload: readyToUnloadFunctionType
) => boolean