UNPKG

rich-filemanager

Version:

Highly customizable open-source file manager

5 lines (4 loc) 193 B
export const isBot = !("onscroll" in window) || /glebot/.test(navigator.userAgent); export const callCallback = function (callback, argument) { if (callback) { callback(argument); } };