Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to exports two module into one global variable #986

Closed
s0ngyee opened this issue Apr 16, 2015 · 1 comment
Closed

How to exports two module into one global variable #986

s0ngyee opened this issue Apr 16, 2015 · 1 comment
Labels

Comments

@s0ngyee
Copy link

s0ngyee commented Apr 16, 2015

my page need use CryptoJS/sha1.js and CryptoJS/md5.js. both of these two file are assign to the global variable CryptoJS which i want to use as CryptoJS.SHA1()/CryptoJS.MD5(). is it possiable to require two module and export to one global variable? Hope that i describe my question clearly. Thanks.

@s0ngyee s0ngyee changed the title How to exports two module into one. How to exports two module into one global variable Apr 16, 2015
@bebraw
Copy link
Contributor

bebraw commented Nov 15, 2015

Can you link to the project in question? I found cryptojs but I'm not sure if that's the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants