mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-10 07:49:27 -06:00
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
'use strict';
|
|
|
|
export const SafeHTMLElement = typeof HTMLElement !== 'undefined' ? HTMLElement : Object;
|