I'm looking inside LeafletJs source code and I cannot find where L is defined nor exported. L is referred many times and main functions are called against it.
So where is L defined ? What is its nature (object, prototype) ?
A little bit of context : I'm trying to use leaflet with reasonml so I need bucklescript bindings to leaflet and for that I must understand how leaflet is designed. I'm aware of bs-leaflet library but it hasn't show any activity in 2 years.