@brycemarshall/string-format
Version:
A typescript port of Matt Esch's string-template package.
26 lines (25 loc) • 565 B
JSON
{
"name": "@brycemarshall/string-format",
"version": "1.0.2",
"description": "A typescript port of Matt Esch's string-template package.",
"repository": {
"type": "git",
"url": "https://github.com/bryce-marshall/string-format.git"
},
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"template",
"string",
"format",
"replace",
"arguments",
"string-template"
],
"author": "Bryce Marshall",
"license": "MIT",
"dependencies": {},
"devDependencies": {}
}