UNPKG

@yonghuicheung/test-tools

Version:
5 lines (4 loc) 129 B
export const sayHello = (name = "") => { return name + ' ' + 'Hello!' } export { NumberFormat } from './utils/Number/index.js'