CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
index.js11 linesDownload Raw Back to remark-rehype
1/**2 * @typedef {import('./lib/index.js').Options} Options3 */4 5export {6  defaultFootnoteBackContent,7  defaultFootnoteBackLabel,8  defaultHandlers9} from 'mdast-util-to-hast'10export {default} from './lib/index.js'11