npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

gbp

1.0.0

@forbeslindesay

npmHomeRepoSnykSocket
Downloads:6387
$ npm install gbp
DailyWeeklyMonthlyYearly

gbp

Convert a number in pennies into a string formatted for british pounds

Build Status Dependency Status NPM version

Installation

npm install gbp

Usage

var gbp = require('gbp');

gbp(1376446);
// => '£13,764.46'

gbp(-1376446)
// => '-£13,764.46'

License

MIT