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