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

export function thingOne() {
  let x = ((Math.random() * 100000) | 0).toString(16)
  console.log('thingOne', augment(x))
}
Quest for Codev2.0.0
/
SIGN IN