UNPKG
there
Version:
edge (0.0.3)
latest (0.1.0)
safe (0.0.3)
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
meanwhile call it stuff
astrolin.com/to/there
astrolet/there
there
/
index.js
10 lines
(7 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
require
(
'coffee-script'
);
// Exports
[
'care'
,
'more'
,
'polyglot'
].
forEach
(
function
(
name
) {
var
path =
'./lib/'
+ name.
toLowerCase
();
exports
[name] =
require
(path); });