# @bundled-es-modules/message-format

> Mirror of message-format, bundled and exposed as ES module

Latest version **6.2.4** (published 2023-10-03) · 0 weekly downloads

## Install

```sh
npm install @bundled-es-modules/message-format
pnpm add @bundled-es-modules/message-format
yarn add @bundled-es-modules/message-format
bun add @bundled-es-modules/message-format
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 6.2.4 |
| Published | 2023-10-03 |
| First published | 2018-08-28 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 49.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Thomas Allmer |
| Maintainers | passle, d4kmor, bashmish, robrez, jorenbroekema |

## Links

- npm: https://www.npmjs.com/package/@bundled-es-modules/message-format
- npm.io page: https://npm.io/package/@bundled-es-modules/message-format

## Recent versions

- 6.2.4 (latest) — 2023-10-03
- 6.0.4 — 2018-08-28

## README

# message-format

This is a mirror of [message-format](https://www.npmjs.com/package/message-format), bundled and exposed as ES module.

## Install

```
npm install @bundled-es-modules/message-format
bower install bundled-es-modules/message-format
```

## Use

```html
<script type="module">
  // from main file
  import { MessageFormat } from 'message-format';
  // or directly
  import MessageFormat from 'message-format/MessageFormat.js';
  console.log(MessageFormat);
</script>
```

Make sure you added `@bundled-es-modules` scope to the path if used via npm.

---
_Source: https://npm.io/package/@bundled-es-modules/message-format · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
