This commit is contained in:
2022-12-09 16:41:41 +08:00
parent c1cce5a7c2
commit ff7aa8774f
2003 changed files with 156639 additions and 140 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,3 @@
declare function add(arg1: number, arg2: number): number;
declare function sub(arg1: number, arg2: number): number;
export { add, sub };