UNPKG

@studiocms/markdoc

Version:

Add MarkDoc Support to your StudioCMS project with ease!

13 lines (12 loc) 219 B
const symbol = Symbol.for("@studiocms/markdoc"); const shared = ( // @ts-expect-error globalThis[symbol] || // @ts-expect-error (globalThis[symbol] = { markDocConfig: {} }) ); export { shared, symbol };