Skip to content

Instantly share code, notes, and snippets.

@acrodrig
Last active June 3, 2025 17:45
Show Gist options
  • Select an option

  • Save acrodrig/781716a9cbf4b02785d13d59697b208a to your computer and use it in GitHub Desktop.

Select an option

Save acrodrig/781716a9cbf4b02785d13d59697b208a to your computer and use it in GitHub Desktop.

Revisions

  1. acrodrig revised this gist Jun 3, 2025. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion hub-external-test.ts
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    function hello(friend: string) {
    export function hello(friend: string) {
    console.info("Hello " + friend + "!");
    }
  2. acrodrig created this gist Jun 3, 2025.
    3 changes: 3 additions & 0 deletions hub-external-test.ts
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    function hello(friend: string) {
    console.info("Hello " + friend + "!");
    }