Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Zak
@devzl
The 2025 meta for TS libraries: ship with flawless native types. Nobody wants to add @types/your-lib anymore. If your library isn't type-safe out of the box, it’s already outdated.
2 replies
0 recast
9 reactions
Andrei O.
@andrei0x309
Most of new TS library releases don't do types separately way, way before 2025, more like 2022 at least. People install types just for older libs that had to maintain backwards compatibility. Or types for runtime that aren't written in JS like Chrome extensions, bun or Deno runtime etc. Those will always need separate type packages.
0 reply
0 recast
1 reaction