Sha256: 1659d32f61fc8107bed596a95714b970bd286c2b5d77b9ee2d98ece79a0bca31

Contents?: true

Size: 257 Bytes

Versions: 7

Compression:

Stored size: 257 Bytes

Contents

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
isomorfeus-preact-10.5.8 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.5.7 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.5.6 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.5.5 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.5.4 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.5.3 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.5.2 node_modules/preact/devtools/src/devtools.js