UNPKG
openlayers-react
Version:
latest (1.0.0)
1.0.0
OpenLayer React Components
github.com/awexfwex/openlayers-react
awexfwex/openlayers-react
openlayers-react
/
dist
/
getRandomInt.d.ts
2 lines
(1 loc)
•
73 B
TypeScript
View Raw
1
2
export
declare
function
getRandomInt
(
min
:
number
,
max
:
number
):
number
;