pub fn types_package_name(package_name: &str) -> Option<String>
Gets the corresponding @types package for the provided package name returning None when the package is already a @types package.
None