@anthonyalayo/drizzle-seed
Version:
A package to seed your database using Drizzle ORM
8 lines (7 loc) • 360 B
TypeScript
/**
* 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"]
*/
declare const _default: string[];
export default _default;