refup
v1.1.0
Published
Reference up your typescript output to get rid of the pesky Uncaught ReferenceError
Downloads
504
Readme
RefUp!
Reference up your typescript output to get rid of the pesky Uncaught ReferenceError.
Open source notice
This project is open to updates by its users, I ensure that PRs are relevant to the community. In other words, if you find a bug or want a new feature, please help us by becoming one of the contributors ✌️ ! See the contributing section.
Like this module? ❤
Please consider:
- Buying me a coffee ☕
- Supporting me on Patreon 🏆
- Starring this repo on Github 🌟
Install
npm install -g refup
Usage
# if file has export default
refup dist/short-unique-id.js ShortUniqueId
# if file has only named exports
refup dist/multi-replace.js MultiReplace --no-default