An implementation of IPFS in TypeScript. Contribute to ipfs/helia development by creating an account on GitHub. (more…)
Read more »
TypeScript 4 is coming up fast: a first beta release is planned for this week (June 25th), with the final release aiming for mid-August.It's… (more…)
Read more »
This PR implements variadic tuple types, i.e. the ability for tuple types to have spreads of generic types that can be replaced with actual elements through type instantiation. The PR effectively i... (more…)
Read more »
Decided to write this blog post because I couldn’t find any documentation or online examples like the one I’m sharing here. Every example I’ve seen the user-defined type guard is used to replace the whole type definition and not specific properties. (more…)
Read more »