UNPKG

@dvlden/is-webview

Version:

Detect if a visitor is coming through a webview or a native browser using user-agent.

4 lines (2 loc) 80 B
declare const isWebview: (userAgent: string) => boolean; export { isWebview };