Skip to content

Instantly share code, notes, and snippets.

@tyom
Created January 27, 2023 14:04
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 tyom/02663820bd0e287ad04e783b7f7a5100 to your computer and use it in GitHub Desktop.
Save tyom/02663820bd0e287ad04e783b7f7a5100 to your computer and use it in GitHub Desktop.
Require in ESM
import { createRequire } from 'module'
const require = createRequire(import.meta.url)
export const expoConfig = require('/package.json')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment