UNPKG

@web3r/flowerkit

Version:

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

10 lines 273 B
/** * Checks if the user has adblock * @return {boolean} * @example * // How to detect if user has adblock in browser? * const isAdblock = isAdblock(); * console.log(isAdblock); // => false */ export function isAdblock(): boolean; //# sourceMappingURL=index.d.ts.map