@blackglory/code-tags
v0.5.0
Published
```sh npm install --save @blackglory/code-tags # or yarn add @blackglory/code-tags ```
Downloads
30
Readme
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