@types/imsi-grok
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/imsi-grok

Summary

This package contains type definitions for imsi-grok (https://github.com/atis--/imsi-grok#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imsi-grok.

index.d.ts

// eslint-disable-next-line @typescript-eslint/naming-convention
export interface IMSIBreakdown {
    mcc: string;
    mnc: string;
    country_iso: string;
    country_name: string;
    country_code: string;
    network_name: string;
}

export function grok(imsi: string): IMSIBreakdown | null;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Dean Pienaar.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/imsi-grok

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

3.14 kB

Total Files

5

Last publish

Collaborators

  • types