UNPKG

google-map-react

Version:

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

6 lines (5 loc) 138 B
'use strict'; exports.wrap = function (n, min, max) { var d = max - min; return n === max ? n : ((n - min) % d + d) % d + min; };