UNPKG

@web3r/flowerkit

Version:

A collection of more than 60 often used utility JS functions that simplify frontend development.

10 lines 280 B
/** * Checks if the user is using a mobile browser * @return {boolean} * @example * // How to detect mobile browser? * const isMobile = isMobileDevice(); * console.log(isMobile); // => false */ export function isMobileDevice(): boolean; //# sourceMappingURL=index.d.ts.map