mirror of
https://github.com/toji/gl-matrix.git
synced 2025-12-08 18:26:23 +00:00
Previously namespace types were declared generated using the legacy `module` keyword from ten years ago. Now we emit the modern TS `namespace` keyword. The outer Ambient Module Declaration intentionally remains untouched because it is not a namespace.