npm install --save @types/fake-useragent
This package contains type definitions for fake-useragent (https://github.com/thiennq/fake-useragent).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fake-useragent.
/**
* Return fake User-Agent string
*/
declare function fakeUa(): string;
export = fakeUa;
- Last updated: Wed, 08 Nov 2023 02:36:52 GMT
- Dependencies: none
These definitions were written by hotsoycandy.