UNPKG

nextjs-utils-hooks

Version:

A collection of useful hooks and utils built specifically for Next.js App Router.

2 lines (1 loc) 91 B
export declare function getPlatform(): "mobile" | "windows" | "mac" | "linux" | "unknown";