UNPKG

verify-it

Version:

Randomised test property/data generation for NodeJS

4 lines (2 loc) 111 B
'use strict' module.exports = (parent, key) => !!parent && !!parent[key] && typeof parent[key] === 'function'