♫
📌 canary ▾
next.js
/
examples
/
with-jest
/
app
/
utils
/
add.ts
add.ts
6 lines
85 B
import
"server-only"
;
export
function
add
(
a
:
number
,
b
:
number
) {
return
a
+
b;
}
v2.0.0
/
Go
SIGN IN