DOM.js 73 B

123
  1. export const getBrowserDom = function () {
  2. return window.document;
  3. }