This specification defines a notation format for representing TypeScript imports and exports. It is designed to be concise, flexible, and easily understandable, suitable for use in various contexts including configuration files, command-line interfaces, and documentation.
Basic Structure
- Imports and Exports: Use
-to start import declarations and~to start export declarations. - Namespace Imports: Double bangs
!!indicate namespace imports (e.g.,* as name).