GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
ErisCyan
/
minerva
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
minerva
/
Userland
/
Libraries
/
LibJS
/
Tests
/
modules
/ loop-entry.mjs
minerva
on 13 Jul
87 bytes
Initial commit
Raw
Blame
History
import { aValue, bValue } from "./loop-a.mjs"; export const passed = aValue < bValue;