UNPKG

@heiwa4126/hello5

Version:

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

5 lines 129 B
//#region src/index.d.ts declare const version: string; declare function hello(): string; //#endregion export { hello, version };