Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khrj/slack-types
Types for slack-deno packages. Deno port of @slack/types
https://github.com/khrj/slack-types
deno slack slack-api types
Last synced: 26 days ago
JSON representation
Types for slack-deno packages. Deno port of @slack/types
- Host: GitHub
- URL: https://github.com/khrj/slack-types
- Owner: khrj
- License: mit
- Created: 2021-02-05T10:14:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T05:37:36.000Z (over 3 years ago)
- Last Synced: 2024-10-25T02:39:30.202Z (2 months ago)
- Topics: deno, slack, slack-api, types
- Language: TypeScript
- Homepage: https://deno.land/x/slack_types
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Usage
```ts
import {
Button,
Block,
// ...
} from 'https://deno.land/x/[email protected]/mod.ts'
```## Supporters
[![Stargazers repo roster for @khrj/slack-types](https://reporoster.com/stars/khrj/slack-types)](https://github.com/khrj/slack-types/stargazers)
[![Forkers repo roster for @khrj/slack-types](https://reporoster.com/forks/khrj/slack-types)](https://github.com/khrj/slack-types/network/members)
## Related
- [Deno Slack SDK](https://github.com/slack-deno/deno-slack-sdk)
- [Deno modules](https://github.com/khrj/deno-modules)