UNPKG

@types/rn-host-detect

Version:
22 lines (16 loc) 713 B
# 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).