bugz icon indicating copy to clipboard operation
bugz copied to clipboard

:bug: Composable User Agent Detection using Ramda

Results 3 bugz issues
Sort by recently updated
recently updated
newest added

const { parse } = require('bugz'); parse("Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 Safari/603.2.4 EdgiOS/41.1.35.1") // Expected `{ browser: { name: 'Edge'...

Bugz usage of Ramda doesn't require it to be the same instance as the host app so I'm not sure it needs to be defined as a peer dep... prob...