UNPKG

@heiwa4126/hello5

Version:

TypeScript hello world library with dual ES modules/CommonJS support. Features GitHub Actions trusted publishing to npmjs with Sigstore attestation.

10 lines (8 loc) 183 B
import { version as version$1 } from "./package.js"; //#region src/index.ts const version = version$1; function hello() { return "Hello!"; } //#endregion export { hello, version };