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

Made by Antonio Ramirez

bare-format

1.0.1

@kasperisager

npmHomeRepoSnykSocket
Downloads:11405
$ npm install bare-format
DailyWeeklyMonthlyYearly

bare-format

String formatting for JavaScript.

npm i bare-format

Usage

const format = require('bare-format')

format('Hello %s', 'world!')
// Hello world!

License

Apache-2.0