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 nota = use('nota');
var os = use('os');
var nota = use('internal/nota');
var os = use('internal/os');
var blob = use('blob')
var EPSILON = 1e-12