From e751362d9194d9291057759fa33073720c3535fd Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 26 Jun 2026 15:36:49 +0530 Subject: Shnippets --- snippets/typescript/function.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 snippets/typescript/function.tsx (limited to 'snippets/typescript/function.tsx') diff --git a/snippets/typescript/function.tsx b/snippets/typescript/function.tsx new file mode 100644 index 0000000..ac1b290 --- /dev/null +++ b/snippets/typescript/function.tsx @@ -0,0 +1,3 @@ +const $1 = ($2) => { + $3 +}; -- cgit v1.3.1