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