UNPKG

115 BJavaScriptView Raw
1import * as preact from './index.js';
2if (typeof module < 'u') module.exports = preact;
3else self.preact = preact;