'How to find the source code of getPort defined in a index.d.ts file?

How can I find the source code of the getPort() function defined here :

export default function getPort(options?: Options): Promise<number>;

I searched through the repository but could not find it. Could it be the same as the getPorts() function in the index.js file ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source