String formatting utility extracted from INTER-Mediator core. Current stable version 1.1.0. Provides template-based string formatting with named placeholders, similar to Python's str.format. Lightweight with zero dependencies. Used internally within INTER-Mediator framework. No recent updates; minimal maintenance.
npm install inter-mediator-formatterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example showing named placeholder substitution using string template.
Use flat objects only; do not pass nested objects.
Migrate to INTER-Mediator core's format method if using within framework.
Use import { Formatter } from 'inter-mediator-formatter' and instantiate with new Formatter().No dependency data recorded yet.