Skip to content

Commit a92dbd8

Browse files
authored
Merge pull request #67 from joeldrapper/remove-pure-annotations
Remove PURE annotations
2 parents 9d912ea + c39749e commit a92dbd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

invoker.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/*#__PURE__*/
21
export function isSupported() {
32
return (
43
typeof HTMLButtonElement !== "undefined" &&
@@ -7,7 +6,6 @@ export function isSupported() {
76
);
87
}
98

10-
/*#__PURE__*/
119
export function isPolyfilled() {
1210
return !/native code/i.test((globalThis.CommandEvent || {}).toString());
1311
}

0 commit comments

Comments
 (0)