Viewing File: /home/ubuntu/route-and-root-frontend-base/node_modules/preact/devtools/src/devtools.js

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

export function initDevTools() {
	if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) {
		window.__PREACT_DEVTOOLS__.attachPreact('10.4.1', options, {
			Fragment,
			Component
		});
	}
}
Back to Directory File Manager