Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Created September 21, 2022 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callstack-bot/0bef51519142d66c15bb7b2bec736cff to your computer and use it in GitHub Desktop.
Save callstack-bot/0bef51519142d66c15bb7b2bec736cff to your computer and use it in GitHub Desktop.
// eslint-disable-next-line import/no-unresolved
import { baz } from 'module1/baz';
export async function foo() {
return `foo + ${await baz()}`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment