UNPKG

@italia-tools/faker

Version:

Italian-specific fake data generator based on Faker.js

9 lines (8 loc) 248 B
export declare class NameUtils { /** * Formats an Italian name to capitalize the first letter of each word * @param fullName The full name to format * @returns The formatted name */ static formatItalianName(fullName: string): string; }