We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9bee3 commit c5be478Copy full SHA for c5be478
lib/test.ts
@@ -0,0 +1,3 @@
1
+export function sum(a: number, b: number) {
2
+ return a + b;
3
+}
package.json
@@ -1,6 +1,6 @@
{
"name": "@rightech/utils",
- "version": "1.1.15",
+ "version": "1.1.16",
4
"description": "",
5
"main": "index.js",
6
"private": false,
0 commit comments