mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 13:11:03 +00:00
8 lines
243 B
JavaScript
8 lines
243 B
JavaScript
// 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');
|