# @dxup/unimport

> TypeScript plugin for unimport

Latest version **0.1.2** (published 2025-11-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install @dxup/unimport
pnpm add @dxup/unimport
yarn add @dxup/unimport
bun add @dxup/unimport
```

## Health

**Score 65/100 (B)** — status: stable.

Positive: has types; esm support; no vulnerabilities; has provenance; high maintenance score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2025-11-12 |
| First published | 2025-09-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 95 |
| Author | KazariEX |
| Maintainers | kazariex |

## Links

- npm: https://www.npmjs.com/package/@dxup/unimport
- Repository: https://github.com/KazariEX/dxup
- Homepage: https://github.com/KazariEX/dxup#readme
- Issues: https://github.com/KazariEX/dxup/issues
- npm.io page: https://npm.io/package/@dxup/unimport

## Recent versions

- 0.1.2 (latest) — 2025-11-12
- 0.1.1 — 2025-11-03
- 0.1.0 — 2025-10-09
- 0.0.1 — 2025-09-24

## README

# @dxup/unimport

[![version](https://img.shields.io/npm/v/@dxup/unimport?color=007EC7&label=npm)](https://www.npmjs.com/package/@dxup/unimport)
[![downloads](https://img.shields.io/npm/dm/@dxup/unimport?color=007EC7&label=downloads)](https://www.npmjs.com/package/@dxup/unimport)
[![license](https://img.shields.io/npm/l/@dxup/unimport?color=007EC7&label=license)](/LICENSE)

This is a TypeScript plugin that reduces user friction when using navigation features on auto imported variables generated by `unimport`. It aims to make the generated declaration files transparent to users.

## Features

- [x] Go to Definition
- [x] Go to References
- [x] Rename Symbol

## Installation

```bash
pnpm i -D @dxup/unimport
```

## Usage

Add the following to your `tsconfig.json`:

```json
{
  "compilerOptions": {
    "plugins": [
      { "name": "@dxup/unimport" }
    ]
  }
}
```

---
_Source: https://npm.io/package/@dxup/unimport · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
