utils library

Classes

AkoPair<A, B>
AkoPair implements a simple Pair (2 element Tuple)

Enums

AkoResponsiveDevice
AkoResponsiveDevice is an Enum that can be used to identify a width.
Any width from 0 to 480 is considered to be mobile.
Any width from 481 to 1024 is considered to be tablet.
Any width from 1025 to infinity is considered to be desktop.
All numbers above are inclusive.