• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// fixtures/es-module-loader.mjs tells node to treat this file like ESM
2
3export default function iAmReal() { return true };
4