UNPKG
@nodearch/joi
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
NodeArch Joi Wrapper
github.com/nodearch/nodearch
nodearch/nodearch
@nodearch/joi
/
dist
/
components
/
joi.hook.d.ts
7 lines
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
AppContext
,
IHook
}
from
'@nodearch/core'
;
export
declare
class
JoiHook
implements
IHook
{
private
readonly
appContext;
constructor
(
appContext
:
AppContext
);
onStart
():
Promise
<
void
>; }
//# sourceMappingURL=joi.hook.d.ts.map