UNPKG
djvi
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.1-alpha.1
0.0.1-alpha.0
Json Schema Instance
github.com/korzio/djvi
korzio/djvi
djvi
/
lib
/
generators
/
default.js
7 lines
(6 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= function
type
(schema, fn)
{
if
(!(
'default'
in schema)) {
return
; } fn.data = schema.
default
; };