UNPKG
fantasia
Version:
latest (0.0.1)
0.0.1
Free yourself in the land of fantasies.
github.com/SimonRichardson/fantasia
SimonRichardson/fantasia
fantasia
/
fantasia.js
10 lines
(8 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
coyoneda =
require
(
'./src/coyoneda'
), free =
require
(
"./src/free"
), unit =
require
(
"./src/unit"
);
exports
=
module
.
exports
= {
Coyoneda
: coyoneda,
Free
: free,
Unit
: unit };