next.js/test/e2e/app-dir/chunk-loading/app/_components/junk-drawer/getValue.ts
getValue.ts7 lines159 B
import { augment } from './augment'

export function getValue(seed) {
  let value = seed > 'asdfasd' ? 'll9' + seed : seed + 'aasdf'
  return augment(value)
}
Quest for Codev2.0.0
/
SIGN IN