Skip to content

Commit

Permalink
Export Renderer (#162)
Browse files Browse the repository at this point in the history
Export the `Renderer` class so consumers can use it as a base class for their own custom `Renderer`'s.
  • Loading branch information
gosukiwi authored and jgm committed May 20, 2019
1 parent 5eebfd3 commit 4e34259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@

module.exports.Node = require('./node');
module.exports.Parser = require('./blocks');
module.exports.Renderer = require('./render/renderer');
module.exports.HtmlRenderer = require('./render/html');
module.exports.XmlRenderer = require('./render/xml');

0 comments on commit 4e34259

Please sign in to comment.