Sha256: 72618cde224652bd897891b378548d36cc7b25d49a75dd203a39335ea5a31fc8

Contents?: true

Size: 256 Bytes

Versions: 1

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
isomorfeus-preact-10.7.2 node_modules/preact/devtools/src/devtools.js