Skip to content

Commit

Permalink
Install @tokenizer/token for TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jul 27, 2021
1 parent c8b6f1d commit bd04bd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ Usually in combination with [strtok3](https://github.com/Borewit/strtok3):
npm install --save strtok3
```

Using TypeScript you should also install [@tokenizer/token](https://github.com/Borewit/tokenizer-token) as a development
dependency:

```shell
npm install --save-dev @tokenizer/token
```


## Example

```js
Expand Down

0 comments on commit bd04bd3

Please sign in to comment.