Skip to content

simplyhexagonal/refup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks