Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 205 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 205 Bytes

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