Rework types

This commit is contained in:
Christopher Schnick
2021-12-18 12:58:07 +01:00
parent a6bb824bd3
commit df9495e0a3
43 changed files with 466 additions and 444 deletions

View File

@@ -16,10 +16,6 @@ module io.xpipe.core {
opens io.xpipe.core.source;
opens io.xpipe.core.data.type;
opens io.xpipe.core.data.generic;
exports io.xpipe.core.data.type.callback;
opens io.xpipe.core.data.type.callback;
exports io.xpipe.core.data;
opens io.xpipe.core.data;
exports io.xpipe.core.util;
exports io.xpipe.core.data.node;
opens io.xpipe.core.data.node;