jccp_a/vuepress/node_modules/@vuepress/plugin-markdown-hint/lib/node/cleanMarkdownEnv.js
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

7 lines
172 B
JavaScript

export const cleanMarkdownEnv = (env) => ({
filePath: env.filePath,
filePathRelative: env.filePathRelative,
base: env.base,
references: env.references,
});