Sha256: a218c083d5d0b2379b75dc009dd8cde9c1e90056ca44f306eecb052f0e85842f
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
import { options, Fragment, Component } from 'preact'; export function initDevTools() { if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) { window.__PREACT_DEVTOOLS__.attachPreact('10.9.0', options, { Fragment, Component }); } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
isomorfeus-preact-10.9.0 | node_modules/preact/devtools/src/devtools.js |