# @types/babel__helper-plugin-utils

> TypeScript definitions for @babel/helper-plugin-utils

Latest version **7.10.3** (published 2023-11-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/babel__helper-plugin-utils
pnpm add @types/babel__helper-plugin-utils
yarn add @types/babel__helper-plugin-utils
bun add @types/babel__helper-plugin-utils
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 7.10.3 |
| Published | 2023-11-06 |
| First published | 2021-01-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51431 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/babel__helper-plugin-utils
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__helper-plugin-utils
- npm.io page: https://npm.io/package/@types/babel__helper-plugin-utils

## Dependencies (1)

- [@types/babel__core](https://npm.io/package/@types/babel__core.md) *

## Recent versions

- 7.10.3 (latest) — 2023-11-06
- 7.10.0 (ts3.8) — 2021-01-20
- 7.10.2 — 2023-10-17
- 7.10.1 — 2023-09-15

## README

# Installation
> `npm install --save @types/babel__helper-plugin-utils`

# Summary
This package contains type definitions for @babel/helper-plugin-utils (https://github.com/babel/babel/tree/main/packages/babel-helper-plugin-utils).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__helper-plugin-utils.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__helper-plugin-utils/index.d.ts)
````ts
import type * as babel from "@babel/core";

export type BabelAPI = typeof babel & babel.ConfigAPI;
export function declare<
    O extends Record<string, any>,
    R extends babel.PluginObj = babel.PluginObj,
>(
    builder: (api: BabelAPI, options: O, dirname: string) => R,
): (api: object, options: O | null | undefined, dirname: string) => R;

````

### Additional Details
 * Last updated: Mon, 06 Nov 2023 22:41:04 GMT
 * Dependencies: [@types/babel__core](https://npmjs.com/package/@types/babel__core)

# Credits
These definitions were written by [ExE Boss](https://github.com/ExE-Boss).

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