more export stuff

master
Matt Huntington 9 years ago
parent 9a963e6bf0
commit c96c9685ae

@ -1,5 +1,5 @@
import asdf, {myFunc2} from './mylib.js' import asdf, {myFunc2 as wee} from './mylib.js'
asdf(); asdf();
myFunc2(); wee();
console.log('awesome'); console.log('awesome');

Loading…
Cancel
Save