dss-crdr-pipe
v0.0.1
Published
The `crdr` pipe transforms a numeric value into **Credit (CR)** or **Debit (DR)** format.
Readme
CRDR Pipe
The crdr pipe transforms a numeric value into Credit (CR) or Debit (DR) format.
- Negative values are shown as CR.
- Positive values are shown as DR.
📦 Installation
Install the package from npm:
npm install dss-crdr
```html
{{-250 | crdr}}
