UNPKG

preact

Version:

Fast 3kb React-compatible Virtual DOM library.

11 lines (9 loc) 256 B
import { options, Fragment, Component } from 'preact'; export function initDevTools() { if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) { window.__PREACT_DEVTOOLS__.attachPreact('10.4.1', options, { Fragment, Component }); } }