PNW-TechPros / js-natural-lenses

A JavaScript-native lens (and ancillary optics) system loosely based on Kmett-style lenses.
MIT License
3 stars 0 forks source link

Use ES6 `export` statements #1

Closed rtweeks closed 2 years ago

rtweeks commented 3 years ago

Use of ES6 export statements will allow tree shaking during minimization when this package is included in client-side applications.