Two-fer
This commit is contained in:
@@ -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.`;
|
||||
Reference in New Issue
Block a user