/** * @description - nothing but export bundle * @author - huang.jian */ export { inline } from './inline'; export { link } from './link'; export { InlineResource, ScriptNode, LinkNode } from './constant';