UNPKG

459 BJavaScriptView Raw
1/*!
2 * <%= name %> version: <%= version %>
3 * Built on: <%= (new Date).toISOString() %>
4 * Released under the Apache License, Version 2.0
5 * @copyright Realeyes OU. All rights reserved.
6 */
7
8/**
9 * Exports public APIs.
10 *
11 * @copyright Realeyes OU. All rights reserved.
12 */
13
14
15import detect from './lib/index';
16
17
18/**
19 * Export EnvironmentDetector public API.
20 */
21window.Realeyesit = window.Realeyesit || {};
22window.Realeyesit.EnvironmentDetector = { detect };