Détail du package

bare-format

holepunchto35.3kApache-2.01.0.1

String formatting for JavaScript

readme

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