Update index.d.ts

pull/500/head
Naor Peled 1 year ago committed by GitHub
parent bb1150590e
commit 280c5da239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
index.d.ts vendored

@ -35,8 +35,8 @@ declare namespace Bowser {
constructor(UA: string, skipParsing?: boolean): Parser.Parser; constructor(UA: string, skipParsing?: boolean): Parser.Parser;
/** /**
* Check if the version is equals the brownser version * Check if the version is equals the browser version
* @param version The string to compare with the brownser version * @param version The string to compare with the browser version
* @returns {boolean} * @returns {boolean}
*/ */

Loading…
Cancel
Save