//I believe this is not being used at all, because toString is not exported by @weborigami/origami anymore ... ? import { toString } from "@weborigami/origami"; export default { mediaType: "application/json", unpack: (packed) => { return {what: "a text file"} } }