Ray East
Ray East
Need to know how to iterate over iterable objects: – Mapping, filtering, reducing – Iterating over non-array objects. – Self-invoking functions Etc.
**Is your feature request related to a problem? Please describe.** Up until now, all of the properties that are plain text or markdown text objects per Slack's API have accepted...
**Is your feature request related to a problem? Please describe.** Up until now, the functions used to created builder objects have only accepted primitive types, such as strings, numbers, and...
**Is your feature request related to a problem? Please describe.** Slack recently announced a new platform, currently in closed beta. It is built on top of Deno. **Describe the solution...
**Is your feature request related to a problem? Please describe.** Up until now, the library has had zero dependencies, but it makes more sense to include Slack's own types. **Describe...
**Is your feature request related to a problem? Please describe.** Not related to an existing problem in the repo, but related to existing issue for developers using the Slack API...
### Summary Draft pull request to discussion in [this issue](https://github.com/slackapi/node-slack-sdk/issues/1227) around improving @slack/types. See discussion [here](https://github.com/slackapi/node-slack-sdk/issues/1227). ### Requirements (place an `x` in each `[ ]`) * [x] I've read and...
### Is there an existing request for this? - [X] I have searched for any related issues and avoided creating a duplicate issue. ### Have you read our code of...