mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-04 23:30:59 +00:00
4 lines
87 B
JavaScript
4 lines
87 B
JavaScript
|
|
import { aValue, bValue } from "./loop-a.mjs";
|
||
|
|
|
||
|
|
export const passed = aValue < bValue;
|