loop-entry.mjs 87 B

123
  1. import { aValue, bValue } from "./loop-a.mjs";
  2. export const passed = aValue < bValue;