UNPKG

@egjs/agent

Version:

Extracts browser and operating system information from the user agent string or user agent object(userAgentData).

19 lines (18 loc) 336 B
module.exports = { "roots": [ "<rootDir>", ], "transform": { "^.+\\.tsx?$": "ts-jest", }, "testMatch": ["<rootDir>/test/**/*.spec.ts"], // "testRegex": "spec\\.ts$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node", ], };