@blackglory/code-tags
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

code-tags

Install

npm install --save @blackglory/code-tags
# or
yarn add @blackglory/code-tags

API

javascript

type Value =
| string
| number
| boolean
| null
| bigint
| undefined
| ((args: any) => any)
| { [property: string]: Value }
| Value[]

function javascript(strings: TemplateStringsArray, ...values: Value[]): string

Readme

Keywords

none

Package Sidebar

Install

npm i @blackglory/code-tags

Weekly Downloads

3

Version

0.5.0

License

MIT

Unpacked Size

7.11 kB

Total Files

12

Last publish

Collaborators

  • black_glory