mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-24 10:20:02 +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');
|