UNPKG
dirtybomb
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.3
0.0.2
A dirty bomb model
github.com/austincawley/dirtybomb
austincawley/dirtybomb
dirtybomb
/
index.js
11 lines
(10 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * created by austin *
@file
index.js * The top-level module exporter for the Dirtybomb module */
export
{
default
as
Dirtybomb
,
NuclearMaterial
,
Dispersion
}
from
'./src/Dirtybomb'
;