Files
DefinitelyTyped/types/name-initials/index.d.ts
2023-02-27 15:10:32 -08:00

7 lines
293 B
TypeScript

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