Your IP : 216.73.216.79


Current Path : /var/www/html/redd/public/tailadmin/node_modules/preact/devtools/src/
Upload File :
Current File : /var/www/html/redd/public/tailadmin/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.12.1', options, {
			Fragment,
			Component
		});
	}
}