mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
4 lines
148 B
JavaScript
4 lines
148 B
JavaScript
/* eslint-disable no-bitwise, prefer-template */
|
|
export default () =>
|
|
('0000' + ((Math.random() * Math.pow(36, 4)) << 0).toString(36)).slice(-4);
|