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