UNPKG

gatsby-plugin-next-seo

Version:
14 lines (9 loc) 310 B
import { FilledContext } from 'react-helmet-async'; export const emptyContext = {}; export const getFilledContext = (): FilledContext | undefined => { const filledContext = emptyContext as FilledContext; if (!filledContext.helmet) { return undefined; } return emptyContext as FilledContext; };