This package provides TypeScript definitions for the Trusted Types API. Trusted Types help prevent DOM-based Cross-Site Scripting (XSS) vulnerabilities by enabling developers to create types that represent safe strings and URLs. These definitions allow TypeScript projects to properly type-check code using the Trusted Types API, ensuring safer manipulation of DOM elements and preventing untrusted data from being inserted. Improves code security and static analysis within a TypeScript environment.