UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

9 lines (8 loc) 395 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24 * Update:: import { IUser } to '@mikezimm/fps-core-v7/lib/logic/Users/IUserInterfaces;' */ import { IUser } from '../../components/atoms/Users/IUserInterfaces'; export declare function getGreeting(name: IUser): string; export declare function getNicks(name: IUser): string; //# sourceMappingURL=personalize.d.ts.map