UNPKG

@oxyhq/services

Version:

OxyHQ Expo/React Native SDK — UI components, screens, and native features

3 lines (2 loc) 91 B
export const roundLayoutSize = (size: number): number => Math.round(size * 1000) / 1000;