test/node_modules/@vuepress/plugin-git/lib/node/index.js
2024-08-13 09:27:52 +08:00

6 lines
180 B
JavaScript

import { gitPlugin } from './gitPlugin.js';
export * from './gitPlugin.js';
export * from './utils/index.js';
/** @deprecated Use named export instead */
export default gitPlugin;