1.1.0 • Published 6 years ago
@wenye123/hello v1.1.0
hello
typescript版本的hello world
安装
npm i -S @wenye123/hello使用
import { hello } from "@wenye123/hello";
const str = hello();
console.log(str); // hello world!typescript版本的hello world
npm i -S @wenye123/helloimport { hello } from "@wenye123/hello";
const str = hello();
console.log(str); // hello world!