Files
xyflow/src/utils/document.ts
T

2 lines
100 B
TypeScript

export const getInitialDocument = () => typeof window === 'undefined' ? undefined : window.document