tele_number_utils 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,9 @@
1
- export declare const country_list: {
1
+ export type Country = {
2
2
  name: string;
3
3
  dialingCode: string;
4
4
  flagUrl: string;
5
5
  alphaTwoCode: string;
6
- }[];
6
+ };
7
+ export declare const fetchCountryList: () => Promise<Country[]>;
8
+ export declare const country_list: Country[];
7
9
  //# sourceMappingURL=country.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../src/country/country.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;GA69CxB,CAAC"}
1
+ {"version":3,"file":"country.d.ts","sourceRoot":"","sources":["../../src/country/country.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AA2BF,eAAO,MAAM,gBAAgB,QAAa,OAAO,CAAC,OAAO,EAAE,CAqB1D,CAAC;AAEF,eAAO,MAAM,YAAY,WAA2B,CAAC"}