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

Interface MobileDetectComplexRules

mobile-detect.d.ts:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 interface MobileDetectComplexRules {
33 [key: string]: string|RegExp|string[]|RegExp[];
34 }
35
36 interface MobileDetectImpl {
37 mobileDetectRules: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected