export const isEditing = ({ id, collectionSlug, globalSlug }) => Boolean(globalSlug || collectionSlug && !!id); //# sourceMappingURL=isEditing.js.map