feat: extract greet module #2

Merged
erik merged 0 commits from refs/pull/2/head into main 2026-01-25 23:13:16 -06:00
erik commented 2026-01-25 22:43:43 -06:00 (Migrated from forgejo.caradoc.com)

Extract the greet function from index.ts into its own module.

Changes

  • Create src/greet.ts with greet() function and GreetOptions interface
  • Update src/index.ts to import from @/greet and re-export public API

Task

Closes #1277

Extract the greet function from index.ts into its own module. ## Changes - Create `src/greet.ts` with `greet()` function and `GreetOptions` interface - Update `src/index.ts` to import from `@/greet` and re-export public API ## Task Closes #1277
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
erik/hello-world!2
No description provided.