Skip to content

Commit b9981de

Browse files
committed
fix: export utils module in index file
AdminForth/1731/security-audit
1 parent 81fe434 commit b9981de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

adminforth/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export * from './types/Common.js';
4949
export * from './types/adapters/index.js';
5050
export * from './modules/filtersTools.js';
5151
export * from './modules/requestContext.js';
52+
export * from './modules/utils.js';
5253
export { interpretResource };
5354
export { AdminForthPlugin };
5455
export { suggestIfTypo, RateLimiter, RAMLock, getClientIp, convertPeriodToSeconds };

0 commit comments

Comments
 (0)