1.2.2 • Published 7 months ago

@types/rn-host-detect v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

// Type definitions for rn-host-detect 1.2
// Project: https://github.com/jhen0409/rn-host-detect
// Definitions by: Nathan Bierema <https://github.com/Methuselah96>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function detectHostname(hostname: string): string;
export = detectHostname;

Additional Details

  • Last updated: Sat, 29 Jan 2022 16:01:30 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Nathan Bierema.

1.2.2

7 months ago

1.2.1

7 months ago

1.2.0

2 years ago