Skip to content

Commit 6428095

Browse files
committed
feat(funcnamefromrelpathdefault): export built in func name generator
Exporting this function is a new feature that will allow developers to better utilise this function in build scripts.|The function may also be used to create a custom generator to customise `exportFunctions()` behaviour.
1 parent fb99dd0 commit 6428095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { ExportFunctionsConfig, exportFunctions } from './export-functions';
1+
export { ExportFunctionsConfig, exportFunctions, funcNameFromRelPathDefault } from './export-functions';
22
export { default } from './default';

0 commit comments

Comments
 (0)