export * from './is-apple';
export * from './is-edge';
export * from './is-firefox';
export * from './is-ios';
export * from './is-safari';
