UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

2 lines 380 B
import e from"../../../../formatters/media.mjs";const t=e=>typeof e!=`object`||!e?!1:`id`in e&&`email`in e&&`username`in e,n=(n,r)=>t(n)?{id:n.id??null,email:n.email,username:n.username,firstName:n.first_name,lastName:n.last_name,profilePicture:e.formatProfilePicture({poster:n.profile_picture?.[0],host:r.host})}:null;export{n as default}; //# sourceMappingURL=format-ref.mjs.map