Skip to content

Commit

Permalink
docs: 📝 add installation docs for Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Apr 21, 2024
1 parent f7e8d2b commit 23b075b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ A collection of helper TypeScript types to test other TypeScript types. This col
- isNotArray - Checks if a type is not an array
- Length - Check a given types length; Combine this with the 'Equals' type checker

#### Installation

To install `ts-test-utils` with Bun, run the following command:

```bash
bun i @crbroughton/ts-test-utils
```

#### Development Installation

To install dependencies:

```bash
Expand Down

0 comments on commit 23b075b

Please sign in to comment.