# `` FaCC that resolves a promise. ## Usage ```jsx import {Resolve} from 'libreact/lib/Resolve'; {({pending, value, error}) => pending ? null : JSON.stringify(value) } ```