♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
chunk-loading
/
app
/
_components
/
junk-drawer
/
augment.ts
augment.ts
4 lines
79 B
export
function
augment
(
input
) {
return
input.
slice
(
6
)
+
input.
slice
(
0
,
6
)
}
v2.0.0
/
Go
SIGN IN