mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
remove redundant constructor
This commit is contained in:
Vendored
+1
-11
@@ -180,21 +180,11 @@ declare module "ua-parser-js" {
|
||||
* Returns parse result
|
||||
*/
|
||||
getResult(): UAParser.IResult;
|
||||
|
||||
/**
|
||||
* Create a new parser
|
||||
*/
|
||||
constructor();
|
||||
|
||||
/**
|
||||
* Create a new parser with UA prepopulated
|
||||
*/
|
||||
constructor(uastring: string);
|
||||
|
||||
/**
|
||||
* Create a new parser with UA prepopulated and extensions extended
|
||||
*/
|
||||
constructor(uastring: string, extensions: any);
|
||||
constructor(uastring?: string, extensions?: any);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user