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
/
decorators
/
validate.d.ts
3 lines
•
169 B
TypeScript
View Raw
1
2
3
import
{
IValidateOptions
}
from
'../interfaces.js'
;
export
declare
const
Validate
:
(
schema
:
IValidateOptions
) =>
MethodDecorator
;
//# sourceMappingURL=validate.d.ts.map