isPhone

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.is

Detect if is a phone device

Return

  1. -Boolean

    true if is a phone, false if not

Example

import { isPhone } from '@blackbyte/sugar/is'
if (isPhone()) {
  // do something cool...
}

Todo

  • testsnormal