Exports all first-party ast-grep languages
npm install @coderabbitai/ast-grep-langs@coderabbitai/ast-grep-langs    !CodeRabbit Reviews  
Exports all first-party ast-grep languages
``sh`
pnpm i @coderabbitai/ast-grep-langs @ast-grep/napi
`ts
import { registerDynamicLanguage } from "@ast-grep/napi"
import { langs } from "@coderabbitai/ast-grep-langs"
// @ts-expect-error Type StaticLangRegistration is missing the followingLangRegistration
// properties from type : libraryPath, extensions.``
registerDynamicLanguage(langs)