{"library":"ts-expose-internals","type":"library","category":null,"description":"Expose TypeScript compiler's hidden @internal types via module augmentation. Current stable version is 5.6.3, released to match TypeScript 5.6.3. Published automatically within 24 hours of each full TypeScript release. Key differentiator: unlike byots (which requires a fork of TypeScript), this package works by augmenting the official 'typescript' module, so you can access internal types like JsDoc, Symbol, etc. directly from 'typescript'. It does not modify runtime behavior, only types. Installation requires an aliased devDependency under @types/ts-expose-internals to ensure global type adoption. Supports ESM and CJS as it simply provides type augmentation.","language":"javascript","status":"active","version":"5.6.3","tags":["javascript","typescript","internal types","internals","byots","types"],"last_verified":"Fri May 01","install":[{"cmd":"npm install ts-expose-internals","imports":["import { JsDoc } from 'typescript'","import * as ts from 'typescript'","const ts = require('typescript')","import type { JsDoc } from 'typescript'"]},{"cmd":"yarn add ts-expose-internals","imports":[]},{"cmd":"pnpm add ts-expose-internals","imports":[]}],"homepage":null,"github":"https://github.com/nonara/ts-expose-internals","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ts-expose-internals","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}