From dd84b9d64fb98746a230cd24233ff50a562c39c9 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 01:36:44 +0800 Subject: --- cli/scripts/templates/src/index.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/scripts/templates/src/index.ts (limited to 'cli/scripts/templates/src/index.ts') diff --git a/cli/scripts/templates/src/index.ts b/cli/scripts/templates/src/index.ts new file mode 100644 index 0000000..715e93e --- /dev/null +++ b/cli/scripts/templates/src/index.ts @@ -0,0 +1,3 @@ +export const sum = (a: number, b: number) => { + return a + b; +}; -- cgit v1.2.3-70-g09d2