This package provides TypeScript definitions for the svg-parser library. svg-parser is a lightweight and performant utility to parse SVG strings into a JSON-like object representing the SVG's structure. These TypeScript definitions enable you to use svg-parser in your TypeScript projects with full type safety, autocompletion, and compile-time error checking, enhancing the development experience. They define the types for the AST (Abstract Syntax Tree) generated by the parser, allowing you to interact with the parsed SVG data in a predictable and type-safe manner.