UNPKG
felicity
Version:
latest (6.0.0)
6.0.0
5.0.1
5.0.0
4.0.0
3.0.0
2.4.9
2.4.8
2.4.7
2.4.6
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
Javascript object instantiation from Joi schema
github.com/xogroup/felicity
xogroup/felicity
felicity
/
lib
/
joi.js
7 lines
(4 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
const
Joi
=
require
(
'joi'
);
const
JoiDateExtensions
=
require
(
'@hapi/joi-date'
);
module
.
exports
=
Joi
.
extend
(
JoiDateExtensions
);