Feat(clanLib): init types {uniqueDeferredSerializableModule}

This commit is contained in:
Johannes Kirschbauer
2025-05-21 18:11:04 +02:00
parent 15ec2067a6
commit df0b8cfd45
5 changed files with 97 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ lib.fix (clanLib: {
inventory = clanLib.callLib ./inventory { };
modules = clanLib.callLib ./inventory/frontmatter { };
test = clanLib.callLib ./test { };
# Custom types
types = clanLib.callLib ./types { };
# Plain imports.
introspection = import ./introspection { inherit lib; };