lib: improve types/checks

This commit is contained in:
ooks-io 2024-11-18 11:28:33 +11:00
parent 10c1ed7ecb
commit a30e2a0bc1
5 changed files with 87 additions and 21 deletions

View file

@ -22,7 +22,7 @@
};
utils = import ./color/utils.nix {
inherit (ook-lib) math;
inherit types translate;
inherit check types translate;
};
in {
inherit check types translate utils;