applicationinsights-esm
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

applicationinsights-esm

npm version npm downloads

This is my package description.

Usage

Install package:

# ✨ 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

Import:

ESM (Node.js, Bun)

import {} from "pkg";

CommonJS (Legacy Node.js)

const {} = require("pkg");

CDN (Deno, Bun and Browsers)

import {} from "https://esm.sh/pkg";

Development

local development
  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Published under the MIT license. Made by community 💛


🤖 auto updated with automd

Readme

Keywords

none

Package Sidebar

Install

npm i applicationinsights-esm

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

1.72 MB

Total Files

5

Last publish

Collaborators

  • huang-julien