Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How long does it take for definitely-typed changes to appear in npm @types?

Lets say I change the typings on definitely-typed for foo and the PR is merged into master.

How long will it take for those changes to appear in @types/foo?

like image 639
Meirion Hughes Avatar asked Nov 08 '22 10:11

Meirion Hughes


1 Answers

Basically it needs to be ported across the types2.0 branch. As soon as that is merged it is automatically published 🌹

like image 81
basarat Avatar answered Nov 15 '22 11:11

basarat