0.1.0 • Published 1 year ago

func2tag v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

func2tag

Convert any string-producing function to a renderer for JS tagged strings.

API

This module exports one function:

func2tag(f)

Return a function that renders a tagged string by inserting into each slot the result of f(a, i, v) where a is the value for the slot, i is the slot index ("slot number", counting from zero), and v is the list (array) or all slot values.

Usage

See test/usage.mjs.

Known issues

  • Needs more/better tests and docs.

 

License

ISC