blob: bfdbfa20482e5c01fe62e255c03f7fd099a7e6fb (
plain)
1
2
3
4
5
6
7
|
// Just a shortcut for bulk export
'use strict';
exports.parseLinkLabel = require('./parse_link_label');
exports.parseLinkDestination = require('./parse_link_destination');
exports.parseLinkTitle = require('./parse_link_title');
|