UNPKG

web-highlighter

Version:

✨A no-runtime dependency lib for text highlighting & persistence on any website ✨🖍️

6 lines (5 loc) 110 B
/** * is mobile device? */ declare const _default: (userAgent: string) => boolean; export default _default;