0.0.2 • Published 8 years ago

@nathanfaucett/format v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

format

format strings with arguments

var format = require("@nathanfaucett/format");


format("Hello, %s!", "world"); // "Hello, world!"