resistants/src/Youtube.ts

3 lines
97 B
TypeScript
Raw Normal View History

2023-09-08 13:21:18 +00:00
export const getYoutubeLink = (id: string): string =>
`https://www.youtube.com/watch?v=${id}`;