UNPKG

is-ua-webview

Version:

useragent parsing for webview detection

5 lines (4 loc) 110 B
declare module "is-ua-webview" { function isWebview(ua: string): boolean; export default isWebview; }