system-prompts-and-models-o.../node_modules/preact/debug/src/index.js

13 lines
217 B
JavaScript

import { initDebug } from './debug';
import 'preact/devtools';
initDebug();
export { resetPropWarnings } from './check-props';
export {
getCurrentVNode,
getDisplayName,
getOwnerStack
} from './component-stack';