Skip to content

Commit c25407f

Browse files
committed
Add 2023 to versions
1 parent fb8894b commit c25407f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @returns {ParserClass}
2323
* Resulting parser class.
2424
*
25-
* @typedef {2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 'latest'} Version
25+
* @typedef {2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 'latest'} Version
2626
*
2727
* @typedef Options
2828
* Configuration (optional).

0 commit comments

Comments
 (0)