1
0
mirror of https://github.com/lancedikson/bowser synced 2024-09-28 22:30:44 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Ricard Fredin
5b11ac25ca Add missing typescript property declaration
The method getEngineName exists both in the project and the official docs. It's just missing in the typescript declaration file.
2020-09-12 10:39:01 +03:00
dingyongliang
1bde6c6c7e Update @returns of Parser.prototype.parse 2020-07-14 15:04:07 +08:00
pastak
efa7801204
add toLowerCase option to getBrowserName in typing
ref: a990b6b2f6/src/parser.js (L124)
2020-03-31 18:20:15 +09:00
Denis Demchenko
07fcffe812
Merge pull request #390 from ashernguyen/AddTypeForIsBrowser
added type definition for `isBrowser` in Parser Class
2020-01-28 21:51:34 +02:00
Asher Nguyen
a523ded89c added type definition for parser.isBrowser 2020-01-13 15:18:02 +11:00
Alex Hinds
7ebcbd799b include types 2020-01-06 15:54:39 +11:00
Denis Demchenko
24d1ce5e2c Revert "Merge pull request #382 from DarkPurple141/types-update"
This reverts commit 406e39d2fe, reversing
changes made to d238da4906.
2019-12-26 23:26:36 +02:00
Alex Hinds
9c3fc30c81 fix: update types to include constants 2019-12-19 17:05:56 +11:00
Jace
96510405be
Export Parser types
- Move the Parser namespace into the Bowser namespace
- Make the Parser class an interface so consumers can't construct a Parser class (this is not exported by bowser)
2019-01-30 16:20:56 -07:00
Alexander Cerutti
c882d03ad4
Fixed broken indentation for typings 2019-01-19 16:42:58 +01:00
Alexander Cerutti
93e1ff52aa
Added a definitive-working definition for v2 2019-01-15 09:42:23 +01:00
Alexander Cerutti
399d64a5a8
Added typings for v2 2019-01-08 11:32:06 +01:00