mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
4 lines
108 B
JavaScript
4 lines
108 B
JavaScript
import htm from './index.mjs';
|
|
if (typeof module != 'undefined') module.exports = htm;
|
|
else self.htm = htm;
|