This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-Tools
/
apple2js
Watch
1
Star
0
Fork
0
You've already forked apple2js
mirror of
https://github.com/whscullin/apple2js.git
synced
2024-01-12 14:14:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
be35aa9315
apple2js
/
js
/
entry2.js
4 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Less ES6
2019-06-15 22:59:02 +00:00
var
Apple2
=
require
(
'./main2'
)
;
Export instead of attach to window, and make webpack like it.
2019-04-01 03:52:45 +00:00
Less ES6
2019-06-15 22:59:02 +00:00
module
.
exports
=
{
Apple2
:
Apple2
}
;
Reference in New Issue
Copy Permalink