UNPKG

@eternaljs/user-agent

Version:

A user agent request is a string of text that identifies the client software requesting online content.

17 lines (16 loc) 374 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "outDir": "./dist", "rootDir": "./src", "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "types": ["node"] }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }