This commit is contained in:
2022-09-26 16:04:50 +02:00
parent b5cdf3b2d1
commit 3143b36871
13 changed files with 4812 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
/**
* This stub is provided to make it straightforward to get started.
*/
export const twoFer = (name: string = "you"): string =>
`One for ${name}, one for me.`;