# applicationinsights-esm

<!-- automd:badges color=yellow -->

[![npm version](https://img.shields.io/npm/v/applicationinsights-esm?color=yellow)](https://npmjs.com/package/applicationinsights-esm)
[![npm downloads](https://img.shields.io/npm/dm/applicationinsights-esm?color=yellow)](https://npmjs.com/package/applicationinsights-esm)

<!-- /automd -->

This is my package description.

## Usage

Install package:

<!-- automd:pm-install -->

```sh
# ✨ Auto-detect
npx nypm install applicationinsights-esm

# npm
npm install applicationinsights-esm

# yarn
yarn add applicationinsights-esm

# pnpm
pnpm install applicationinsights-esm

# bun
bun install applicationinsights-esm
```

<!-- /automd -->

Import:

<!-- automd:jsimport cjs cdn name="pkg" -->

**ESM** (Node.js, Bun)

```js
import {} from "pkg";
```

**CommonJS** (Legacy Node.js)

```js
const {} = require("pkg");
```

**CDN** (Deno, Bun and Browsers)

```js
import {} from "https://esm.sh/pkg";
```

<!-- /automd -->

## Development

<details>

<summary>local development</summary>

- Clone this repository
- Install latest LTS version of [Node.js](https://nodejs.org/en/)
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run interactive tests using `pnpm dev`

</details>

## License

<!-- automd:contributors license=MIT -->

Published under the [MIT](https://github.com/huang-julien/applicationinsights-esm/blob/main/LICENSE) license.
Made by [community](https://github.com/huang-julien/applicationinsights-esm/graphs/contributors) 💛
<br><br>
<a href="https://github.com/huang-julien/applicationinsights-esm/graphs/contributors">
<img src="https://contrib.rocks/image?repo=huang-julien/applicationinsights-esm" />
</a>

<!-- /automd -->

<!-- automd:with-automd -->

---

_🤖 auto updated with [automd](https://automd.unjs.io)_

<!-- /automd -->
