issues Search Results · repo:abraham/remotedata language:TypeScript
Filter by
3 results
(80 ms)3 results
inabraham/remotedata (press backspace or delete to remove)https://github.blog/changelog/2023-04-19-npm-provenance-public-beta/
enhancement
abraham
- Opened on May 8, 2023
- #473
Something like this:
const isInitialized = (state: unknown): state is Initialized = state instanceof Initialized;
const isPending = (state: unknown): state is Pending = state instanceof Pending;
const ...
enhancement
abraham
- Opened on Sep 19, 2020
- #227
Once https://github.com/Microsoft/TypeScript/pull/21957 is merged.
enhancement
abraham
- 1
- Opened on Jul 18, 2018
- #14

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.