UNPKG

google-map-react

Version:

isomorphic google map react component, allows render react components on the google map

10 lines (8 loc) 221 B
"use strict"; exports.__esModule = true; exports.wrap = wrap; /* eslint-disable import/prefer-default-export */ function wrap(n, min, max) { var d = max - min; return n === max ? n : ((n - min) % d + d) % d + min; }