export default async (value) => { if (value.unpack) { const unpacked = await value.unpack(); console.log(unpacked); } return value; }