root
Working CHanges to revesion ; add preact support
e8a57cb
import * as preact from './index.js';
if (typeof module < 'u') module.exports = preact;
else self.preact = preact;