1.0.1 • Published 6 months ago
bare-format v1.0.1
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
String formatting for JavaScript.
npm i bare-format
const format = require('bare-format')
format('Hello %s', 'world!')
// Hello world!
Apache-2.0