TypeScript Specific Objects
These are the types specific to TypeScript. For types that are common with JavaScript (e.g. most of them are), please refer to the JavaScript types
AST Type mapping
info
The following objects are for TypeScript ONLY. TypeScript also includes JavaScript objects, which are documented in the JavaScript section.
AST Rule Type | TypeScript Object |
---|---|
Interface | Interface |