UNPKG

175 BJavaScriptView Raw
1export function resolveContainer(getContainer) {
2 const container = typeof getContainer === 'function' ? getContainer() : getContainer;
3 return container || document.body;
4}
\No newline at end of file