File size: 217 Bytes
e8a57cb
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
import { initDebug } from './debug';
import 'preact/devtools';

initDebug();

export { resetPropWarnings } from './check-props';

export {
	getCurrentVNode,
	getDisplayName,
	getOwnerStack
} from './component-stack';