link-stack/apps/leafcutter/app/_lib/utils.ts
2023-06-26 10:07:12 +00:00

4 lines
177 B
TypeScript

import { GetServerSidePropsContext } from "next";
export const getEmbedded = (context: GetServerSidePropsContext) =>
context.req.headers["x-leafcutter-embedded"] === "true";