Skip to content

Commit 2355bc7

Browse files
authored
fix: export ErrorMessage as part of the package (#604)
Fixes #584
1 parent 6eeea65 commit 2355bc7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/handwritten/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ import * as manualRequestExtractor from './request-extractors/manual';
3535
// eslint-disable-next-line @typescript-eslint/no-explicit-any
3636
export type RestifyRequestHandler = (req: any, res: any, next: Function) => any;
3737

38+
export {ErrorMessage};
39+
3840
/**
3941
* @typedef ConfigurationOptions
4042
* @type {Object}

0 commit comments

Comments
 (0)