Skip to content

Commit

Permalink
add some aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 10, 2023
1 parent 0319055 commit 33b181d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/core-js-compat/shared.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ export type Target =
| 'react-native'
| 'rhino'
| 'safari'
| 'samsung';
| 'samsung'
/** `quest` alias */
| 'oculus'
/** `react-native` alias */
| 'react'
/** @deprecated use `opera-android` instead */
| 'opera_mobile';

export type TargetVersion = string;

0 comments on commit 33b181d

Please sign in to comment.