Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswerkmeister committed Mar 2, 2025
1 parent 9de860d commit b56b617
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions foo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* @param {string} s
* @return {string}
*/
export default function foo( s ) {
return s;
}

0 comments on commit b56b617

Please sign in to comment.