UNPKG

watermark-js-plus

Version:
16 lines (11 loc) 329 B
import { __require as requireGetBuiltIn } from './get-built-in.js'; var html; var hasRequiredHtml; function requireHtml () { if (hasRequiredHtml) return html; hasRequiredHtml = 1; var getBuiltIn = requireGetBuiltIn(); html = getBuiltIn('document', 'documentElement'); return html; } export { requireHtml as __require };