UNPKG

@kcws/color

Version:
12 lines (10 loc) 168 B
/** * say hello * * @param name - input name * @returns hello message * * @alpha */ export declare const hello: (name: string) => string; export { }