UNPKG
opmlparser
Version:
0.5 (0.5.1)
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.2-alpha
0.4.1
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
OPML parsing using sax js
github.com/danmactough/node-opmlparser
danmactough/node-opmlparser
opmlparser
/
test
/
common.js
6 lines
(4 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
/*global
assert
:
true
, OpmlParser:
true
, createReadStream:
true
*/
assert
=
require
(
'assert'
); OpmlParser =
require
(
'../'
); createReadStream =
require
(
'fs'
).createReadStream;