// Type definitions for name-initials 0.1 // Project: https://github.com/ericvera/name-initials#readme // Definitions by: atlowChemi // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export default function nameInitials(name: string): string;