UNPKG

preact

Version:

Fast 3kb React-compatible Virtual DOM library.

10 lines (8 loc) 232 B
import { options, Fragment } from 'preact'; export function initDevTools() { if (typeof window !== 'undefined' && window.__PREACT_DEVTOOLS__) { window.__PREACT_DEVTOOLS__.attachPreact('10.0.5', options, { Fragment }); } }