UNPKG

soren-of-sdk

Version:

A sample npm package that provides a greeting function.

3 lines 113 B
export function sampleFunction(name: string): string { return `Hello, ${name}! Welcome to my npm package.`; }