@types/rn-host-detect
Version:
TypeScript definitions for rn-host-detect
22 lines (16 loc) • 713 B
Markdown
# Installation
> `npm install --save @types/rn-host-detect`
# Summary
This package contains type definitions for rn-host-detect (https://github.com/jhen0409/rn-host-detect).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rn-host-detect.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rn-host-detect/index.d.ts)
````ts
declare function detectHostname(hostname: string): string;
export = detectHostname;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: none
# Credits
These definitions were written by [Nathan Bierema](https://github.com/Methuselah96).