Registry / devops / number-formatter-plugin

number-formatter-plugin

JSON →
library1.0.1jsnpmunverified

A simple JavaScript plugin for formatting numbers (e.g., adding commas, decimals). Version 1.0.1 is the latest stable release, with no active development indicated. It is a minimal plugin designed for the Haraka email server framework. Differentiators: lightweight, focused on number formatting within Haraka plugins.

npm install number-formatter-plugin
INSTALL
IMPORT
SIG · NUMBER-FORMATTER-P
N
number-formatter-plugin
devopsjavascriptv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

numberFormatter
import numberFormatter from 'number-formatter-plugin'
const numberFormatter = require('number-formatter-plugin')
Default export; no CommonJS documentation provided.

Demonstrates basic number formatting with comma separators and decimal places.

import numberFormatter from 'number-formatter-plugin'; const formatted = numberFormatter(1234567.89); console.log(formatted); // '1,234,567.89'
Debug
Known issues
gotchaVery small package with no tests or TypeScript types.
fix
Use only for simple use cases; verify output manually.
affects: 1.0.1
Errors
Common errors & fixes
TypeError: numberFormatter is not a function
Importing incorrectly as a named export instead of default.
fix
Use default import: import numberFormatter from 'number-formatter-plugin'
Upgrade
Version history
1.0.1latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
number-formatter-plugin — npm install number-formatter-plugin · libregistry