hello typescript版本的hello world 安装 npm i -S @wenye123/hello 使用 import { hello } from "@wenye123/hello"; const str = hello(); console.log(str); // hello world!