Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

refup

simplyhexagonal172Apache-2.01.1.0

Reference up your typescript output to get rid of the pesky Uncaught ReferenceError

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:

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