Sha256: 985cc69e6e3707b12cf442cd061feed8520e6b3a4db9880791218ada81f4feb3

Contents?: true

Size: 256 Bytes

Versions: 2

Compression:

Stored size: 256 Bytes

Contents

import { options, Fragment, Component } from 'preact';

export function initDevTools() {
	if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) {
		window.__PREACT_DEVTOOLS__.attachPreact('10.6.0', options, {
			Fragment,
			Component
		});
	}
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
isomorfeus-preact-10.6.1 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.0 node_modules/preact/devtools/src/devtools.js