Skip to content
On this page

ExtraDevices

Devices that are rarely encountered in the real world today, but still devices nonetheless.

Code Example

js
import { ExtraDevices } from 'ua-parser-js/extensions';

const parserWithExtraDevices = new UAParser([ExtraDevices]);

Licensed under the MIT License.