tags-factory
TypeScript icon, indicating that this package has built-in type declarations

0.7.5 • Public • Published

tags-factory

test: passing license: ISC

Usage

import { createTag } from "tags-factory";

const u = createTag((items: string[]) => items.join("").toUpperCase());

u`a${"b"}c` === "ABC";

Readme

Keywords

none

Package Sidebar

Install

npm i tags-factory

Weekly Downloads

84

Version

0.7.5

License

ISC

Unpacked Size

3.07 kB

Total Files

4

Last publish

Collaborators

  • paveldymkov