UNPKG

@modern-kit/utils

Version:
4 lines (2 loc) 99 B
declare function getOS(): "server" | "ios" | "android" | "otherMobile" | "web"; export { getOS };