mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
7 lines
293 B
TypeScript
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;
|