mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
import { aValue, bValue } from "./loop-a.mjs";
|
|
|
|
export const passed = aValue < bValue;
|