Skip to content

Commit

Permalink
fix: add readme about the types
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 21, 2020
1 parent b99f92b commit 18eb027
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ It also provides the TypeScript types for atom-ide packages.

Just install and enjoy.

## Using Types
Install the packages as an npm package:
```
npm install --save-dev atom-ide-base
```

Then import the types like the following:
```ts
import {BusySignalServie} from "atom-ide-base"
```

See the "*.d.ts" files to become familiar with the API.

## Contributing

- Let me know if you encounter any bugs.
Expand Down

0 comments on commit 18eb027

Please sign in to comment.