/
githubmirror
/
Leaflet
Обзор
Документация
Войти
/
githubmirror
/
Leaflet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
src/geo/index.js
7 строк
192 B
Florian Bischof
Remove factory methods (#9626)
17 май 2025, 18:03
Не верифицирован
17 май 2025, 18:03
43907c8
Код
Авторство
О чём код?
export {LatLng} from './LatLng.js'; export {LatLngBounds} from './LatLngBounds.js'; import * as Projection from './projection/index.js'; export {Projection}; export * from './crs/index.js';