Skip to content

Commit

Permalink
feat: export KnownBrowsers & KnownPlatforms dictionaries (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-danylchenko authored Oct 25, 2023
1 parent 1f60bd4 commit 2ad45b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare const KnownBrowsers: {
export declare const KnownBrowsers: {
chrome: string;
brave: string;
crios: string;
Expand All @@ -18,7 +18,7 @@ declare const KnownBrowsers: {
electron: string;
};

declare const KnownPlatforms: {
export declare const KnownPlatforms: {
android: string;
androidTablet: string;
cros: string;
Expand Down

0 comments on commit 2ad45b4

Please sign in to comment.