phonesInfo.ts — drizzle-orm Source File
Architecture documentation for phonesInfo.ts, a typescript file in the drizzle-orm codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 3688a531_159c_b781_3433_f6d2fb463f42["phonesInfo.ts"] e5cee001_0354_7e76_ef0a_06dca71dc8ce["Generators.ts"] e5cee001_0354_7e76_ef0a_06dca71dc8ce --> 3688a531_159c_b781_3433_f6d2fb463f42 style 3688a531_159c_b781_3433_f6d2fb463f42 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
/**
* The original source for the phones info data was taken from https://www.kaggle.com/datasets/leighplt/country-code?select=mobile_telephone_prefixes_by_country.csv
*
* Data format is: ["country prefix, operator prefix, number length including operator prefix and excluding country prefix"]
*/
export default [
'93,70,9',
'93,71,9',
'93,72,9',
'93,73,9',
'93,74,9',
'93,75,9',
'93,76,9',
'93,77,9',
'93,78,9',
'93,79,9',
'355,66,9',
'355,67,9',
'355,68,9',
'355,69,9',
'213,5,9',
'213,6,9',
'213,7,9',
'1,684,10',
'1,264 772,10',
'1,268 7,10',
'374,55,6',
'374,95,6',
'374,41,6',
'374,44,6',
'374,77,6',
'374,93,6',
'374,94,6',
'374,98,6',
'374,91,6',
'374,99,6',
'374,43,6',
'374,97,6',
'61,4,9',
'672,1,9',
'43,650,10',
'43,660,10',
'43,664,10',
'43,676,10',
'43,680,10',
'43,677,11',
'43,681,11',
'43,688,11',
'43,699,11',
'994,41,9',
'994,50,9',
'994,51,9',
'994,55,9',
'994,70,9',
'994,77,9',
'994,99,9',
'1,242 35,10',
'1,242 45,10',
'1,242 55,10',
'973,31,8',
// ... (792 more lines)
Domain
Imported By
Source
Frequently Asked Questions
What does phonesInfo.ts do?
phonesInfo.ts is a source file in the drizzle-orm codebase, written in typescript. It belongs to the DrizzleSeed domain.
What files import phonesInfo.ts?
phonesInfo.ts is imported by 1 file(s): Generators.ts.
Where is phonesInfo.ts in the architecture?
phonesInfo.ts is located at drizzle-seed/src/datasets/phonesInfo.ts (domain: DrizzleSeed, directory: drizzle-seed/src/datasets).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free