UNPKG
fantasia
Version:
latest (0.0.1)
0.0.1
Free yourself in the land of fantasies.
github.com/SimonRichardson/fantasia
SimonRichardson/fantasia
fantasia
/
src
/
unit.js
7 lines
(5 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
daggy =
require
(
'daggy'
),
Unit
= daggy.
tagged
();
// Export
if
(
typeof
module
!=
'undefined'
)
module
.
exports
=
Unit
;