UNPKG

react-native-styleman

Version:
16 lines (12 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getRound = void 0; var _reactNative = require("react-native"); var getRound = function getRound() { return function (value) { return _reactNative.PixelRatio.roundToNearestPixel(value); }; }; exports.getRound = getRound;