1.0.1 • Published 12 months ago

bare-format v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
12 months ago

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

1.0.1

12 months ago

1.0.0

2 years ago