core packages now split out

This commit is contained in:
2026-02-20 14:14:07 -06:00
parent e6d05abd03
commit 285395807b
49 changed files with 1303 additions and 1281 deletions

View File

@@ -1,5 +1,5 @@
var wota = use('wota')
var os = use('os')
var wota = use('internal/wota')
var os = use('internal/os')
var blob = use('blob')
var math = use('math/radians')