This package has been deprecated

Author message:

use @types/estree-jsx

estree-jsx
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

estree-jsx

TypeScript type definitions for JSX

Node CI

Usage

import {JSXText} from "estree-jsx";
 
declare const text: JSXText;
 
const x: string = text.value;

Readme

Keywords

none

Package Sidebar

Install

npm i estree-jsx

Weekly Downloads

15

Version

0.0.1

License

MIT

Unpacked Size

3.63 kB

Total Files

5

Last publish

Collaborators

  • larsrh