Files

4 lines
124 B
Plaintext
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
// fixtures/es-module-loader.mjs tells node to treat this file like ESM
export default function iAmReal() { return true };