Sha256: fba0267b6466f82d4319f13fa10e299b0617ec608861b361b754ae35ddee6c77

Contents?: true

Size: 257 Bytes

Versions: 3

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
isomorfeus-preact-10.5.11 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.5.10 node_modules/preact/devtools/src/devtools.js
isomorfeus-preact-10.5.9 node_modules/preact/devtools/src/devtools.js