Skip to content

Commit f0ba93c

Browse files
committed
fix(types): regression issue of reusing define helpers
1 parent f792d9a commit f0ba93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/types/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function define(config) {
2-
config;
2+
return config;
33
}
44
exports.defineConfig = define;
55
exports.defineConfig4CustomTheme = define;

0 commit comments

Comments
 (0)