This repository has been archived by the owner on Dec 22, 2022. It is now read-only.
Tags: grebaldi/plow-js
Tags
FEATURE: Export/expose the utils of the package This commit exports all utils of this package e.g. import {utils} from 'plow-js'. Since you may want to create e.g. polymorph functions yourself the utils would be of good use, especially to reduce duplicate code since they are shipped / bundled anyway. I was not 100% sure if they should be exported with the $ prefix as well but I found an separate utils export to be a bit tidier. As always, any feedback appreciated :)