jemgold / figma-js

Little wrapper (+ types) for the Figma API
https://jongold.github.io/figma-js/
MIT License
490 stars 47 forks source link

Re-export axios types #60

Open phisch opened 2 years ago

phisch commented 2 years ago

Since figma-js returns axios types, a project needs to add axios as a dependency, even if it isn't directly depending on it. Re-exporting those types would probably be cleaner.