Skip to content

Commit b9ee995

Browse files
authored
export Browser and OperatingSystem literal types (#119)
1 parent 779ba2e commit b9ee995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class BotInfo implements DetectedInfo<'bot', null, null> {
2727
public readonly os: null = null;
2828
}
2929

30-
type Browser =
30+
export type Browser =
3131
| 'aol'
3232
| 'edge'
3333
| 'yandexbrowser'
@@ -55,7 +55,7 @@ type Browser =
5555
| 'instagram'
5656
| 'ios-webview'
5757
| 'searchbot';
58-
type OperatingSystem =
58+
export type OperatingSystem =
5959
| 'iOS'
6060
| 'Android OS'
6161
| 'BlackBerry OS'

0 commit comments

Comments
 (0)