Sha256: 1e68a091a20e4504012a9491c3ebe4575ac79707926f9ad0d3f8de595d3acda6

Contents?: true

Size: 266 Bytes

Versions: 12

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.6.4', options, {
			Fragment,
			Component
		});
	}
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
isomorfeus-preact-10.6.14 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.13 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.12 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.11 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.10 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.9 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.8 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.7 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.6 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.5 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.4 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.6.3 node_modules/preact/devtools/src/devtools.js