0.1.7 • Published 4 years ago

string-template-format-tostring v0.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

String Template Format: toString

String template literal tag that converts any value that has .toString() method to strings

Usage

import str from 'string-template-format-tostring'
console.log(str`string: ${'abc'}; number: ${123}; function: ${Function};`)

should print:

string: abc; number: 123; function: function Function() { [native code] };

License

MIT © Hoàng Văn Khải