UNPKG

@kcws/color

Version:
12 lines 188 B
/** * say hello * * @param name - input name * @returns hello message * * @alpha */ export const hello = (name) => { return `hello ${name}`; }; //# sourceMappingURL=index.js.map