UNPKG

@kcws/color

Version:
10 lines 180 B
/** * say hello * * @param name - input name * @returns hello message * * @alpha */ export declare const hello: (name: string) => string; //# sourceMappingURL=index.d.ts.map