mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 09:09:09 +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');
|