UNPKG
ical
Version:
0.3.0 (0.3.0)
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.0
A tolerant, minimal icalendar parser
github.com/peterbraden/ical.js
peterbraden/ical.js
ical
/
index.js
8 lines
(6 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= require(
'./ical'
)
var
node
=
require(
'./node-ical'
)
// Copy node functions across to exports
for
(
var
i in node){
module
.
exports
[i] = node[i] }