MCPcopy
hub / github.com/hgoebl/mobile-detect.js / getVersionStr

Method getVersionStr

mobile-detect.d.ts:56–56  ·  view source on GitHub ↗
(propertyName: string, userAgent: string)

Source from the content-addressed store, hash-verified

54 findMatch(rules: MobileDetectRules, userAgent: string): string;
55 findMatches(rules: MobileDetectRules, userAgent: string): string[];
56 getVersionStr(propertyName: string, userAgent: string): string;
57 getVersion(propertyName: string, userAgent: string): number;
58 prepareVersionNo(version: string): number;
59 isMobileFallback(userAgent: string): boolean;

Callers 3

mobile-detect.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected