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.