mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-15 01:54:36 +00:00
This is a breaking change that simplifies the definition files and exports the right thing for the external modules. Previously, the external module export was wrong (the global `Drop` and `Tether` constructors are exported when these libraries are imported in CommonJS, not the namespaces as the typings suggested).