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