mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Amended re-export to also import
This commit is contained in:
parent
9c3fc30c81
commit
8fbbc33d87
@ -5,7 +5,7 @@
|
||||
* MIT License | (c) Denis Demchenko 2015-2019
|
||||
*/
|
||||
import Parser from './parser.js';
|
||||
export {
|
||||
import {
|
||||
BROWSER_MAP,
|
||||
ENGINE_MAP,
|
||||
OS_MAP,
|
||||
@ -74,4 +74,10 @@ class Bowser {
|
||||
}
|
||||
}
|
||||
|
||||
export {
|
||||
BROWSER_MAP,
|
||||
ENGINE_MAP,
|
||||
OS_MAP,
|
||||
PLATFORMS_MAP,
|
||||
} from './constants.js';
|
||||
export default Bowser;
|
||||
|
Loading…
Reference in New Issue
Block a user