jtc-utils
Version:
Utilities for Japanese Traditional Companies
32 lines • 756 B
text/typescript
export declare type PlatformInfo = {
server: boolean;
node: boolean;
deno: boolean;
cloudflareWorkers: boolean;
awsLambda: boolean;
browser: boolean;
edge: boolean;
msie: boolean;
chrome: boolean;
safari: boolean;
firefox: boolean;
opera: boolean;
ucbrowser: boolean;
googlebot: boolean;
line: boolean;
yahoo: boolean;
webkit: boolean;
trident: boolean;
edgeHtml: boolean;
blink: boolean;
gecko: boolean;
presto: boolean;
windows: boolean;
macos: boolean;
ios: boolean;
android: boolean;
tablet: boolean;
mobile: boolean;
};
export declare function detectPlatform(userAgent?: string): PlatformInfo;
//# sourceMappingURL=detectPlatform.d.cts.map