gdzie umieścić async w funkcji const

const foo = async () => {
  // do something
}
tinydev