test node import

This commit is contained in:
2025-04-21 13:13:54 +08:00
parent c44d5925a4
commit 015e166076
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1 @@
export const add = (a: number, b: number) => a + b;