init
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
declare function add(arg1: number, arg2: number): number;
|
||||
declare function sub(arg1: number, arg2: number): number;
|
||||
export { add, sub };
|
||||
Reference in New Issue
Block a user