ForbesLindesay / funtypes

Runtime validation for static types
MIT License
29 stars 4 forks source link

Publish ESModules build for Webpack and modern node.js environments #21

Closed ForbesLindesay closed 3 years ago

ForbesLindesay commented 3 years ago

This may allow for more efficient tree shaking. In particular we could probably generate a much smaller number of JS files using something like rollup.

Requested in https://github.com/pelotom/runtypes/issues/155 and https://github.com/pelotom/runtypes/issues/145