Skip to content

Commit

Permalink
Update Typescript declarations file (#39)
Browse files Browse the repository at this point in the history
Update Typescript declarations file
  • Loading branch information
gorangajic authored Jul 16, 2019
2 parents 0e33e36 + 8ef6ec6 commit f7e0424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Detect if a user agent is a bot, crawler or spider
* @param userAgent The user agent
*/
function testUserAgent(userAgent: string): boolean;
declare function testUserAgent(userAgent: string): boolean;

/**
* Extend the built-in list of bot user agent
Expand Down

0 comments on commit f7e0424

Please sign in to comment.