UNPKG

5no-schema

Version:

JSON Schema Filter/Validator

12 lines (9 loc) 180 B
export default function({value, defaultValue}) { if (value === null) { return null } if (value === defaultValue) { return defaultValue } return String(value) }