next.js/test/e2e/app-dir/chunk-loading/app/_components/junk-drawer/augment.ts
augment.ts4 lines79 B
export function augment(input) {
  return input.slice(6) + input.slice(0, 6)
}
Quest for Codev2.0.0
/
SIGN IN