export default function isFunction(value, info) {
    if (info) {
        return createInfoObject({ validator: 'Function' });
    }