Is there some obvious reason why api.typing is not present in the api interface stub?
https://github.com/pandas-dev/pandas-stubs/blob/86073150f5e1b607c37a536ec99204ed21bad0cb/pandas-stubs/api/__init__.pyi
Was it missed in #1058?
I see types there but not typing, both are public interfaces according to docs.
I just wanted to use pandas.api.typing.NaTType in my code but my static type checker complained that typing is not part of pandas.api.
Originally posted by @Molkree in #1220