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;
|