import getWebViewWindowById from './getWebViewWindowById'; const getWebViewDomById = async (id: string): Promise => { return (await getWebViewWindowById(id)).document; }; export default getWebViewDomById;