UNPKG

livr-extra-rules

Version:
15 lines (13 loc) 343 B
const Cat = require('./samples/Cat'); module.exports = { "dog1": Cat, "dog2": Cat, "dog3": Cat, "empty_field": "", "extra_field": "aaaa", "value_is_string": "test", "value_is_hash": {"test": 1}, "value_is_empty_hash": {}, "value_is_array": ["test", 1], "value_is_empty_array": [] };