Source: index.esm.js

/**
 * 返回 "Hi!" 字符串
 * @returns string
 */
export function sayHi() {
  return "Hi!";
}