1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-23 04:24:54 +00:00

fix: Export the static methods of the Bowser class individually (#511)

This commit is contained in:
Yasumasa Ashida
2026-06-15 14:20:54 +09:00
parent 4ba3be2e46
commit 4dcd3258b4

View File

@@ -91,3 +91,4 @@ class Bowser {
}
export default Bowser;
export const { parse, getParser } = Bowser;