/** * @packageDocumentation * * Type guards for analyzing TypeScript AST nodes and JSX contexts. */ export * from './is-hyperscript-call.js'; export * from './is-in-non-style-jsx.js'; export * from './is-jsx-like.js'; export * from './is-react-create-element-call.js'; export * from './is-style-name.js'; export * from './is-style-value.js'; //# sourceMappingURL=index.d.ts.map