UNPKG
burn
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3
0.1.0
Super lightweight JS module/asset loader
github.com/foxx/burnjs
foxx/burnjs
burn
/
lib
/
core.js
9 lines
(8 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
(
function
(
) {
var
loader =
require
(
'./loader'
)
var
exceptions =
require
(
'./exceptions'
)
module
.
exports
= {
Loader
: loader,
exceptions
: exceptions } })()