companyNameSuffixes.ts — drizzle-orm Source File
Architecture documentation for companyNameSuffixes.ts, a typescript file in the drizzle-orm codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 648ff6d8_987e_83df_8c00_cd30c3f5c694["companyNameSuffixes.ts"] e5cee001_0354_7e76_ef0a_06dca71dc8ce["Generators.ts"] e5cee001_0354_7e76_ef0a_06dca71dc8ce --> 648ff6d8_987e_83df_8c00_cd30c3f5c694 style 648ff6d8_987e_83df_8c00_cd30c3f5c694 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
export default [
'LLC',
'Ltd',
'Inc.',
'Corp.',
'PLC',
'GmbH',
'AG',
'S.A.',
'S.p.A.',
'SARL',
'B.V.',
'N.V.',
'Oy',
'AB',
'AS',
'Pty Ltd',
'K.K.',
'JSC',
'Ltda.',
'Pvt Ltd',
'Sdn Bhd',
'A/S',
'SAOG',
'Co.',
'SCC',
];
export const maxStringLength = 7;
Domain
Imported By
Source
Frequently Asked Questions
What does companyNameSuffixes.ts do?
companyNameSuffixes.ts is a source file in the drizzle-orm codebase, written in typescript. It belongs to the DrizzleSeed domain.
What files import companyNameSuffixes.ts?
companyNameSuffixes.ts is imported by 1 file(s): Generators.ts.
Where is companyNameSuffixes.ts in the architecture?
companyNameSuffixes.ts is located at drizzle-seed/src/datasets/companyNameSuffixes.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