From 1a8debe87762072b3a63b769aa515ebf63b4c70d Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 13 Apr 2020 20:40:35 +0200 Subject: move into proper Lua module (`alv`) --- core/stream/init.moon | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 core/stream/init.moon (limited to 'core/stream/init.moon') diff --git a/core/stream/init.moon b/core/stream/init.moon deleted file mode 100644 index 3fff136..0000000 --- a/core/stream/init.moon +++ /dev/null @@ -1,18 +0,0 @@ ----- --- `Stream` interface and implementations. --- --- @see Stream --- @see ValueStream --- @see EventStream --- @see IOStream --- --- @module stream -import ValueStream from require 'core.stream.value' -import EventStream from require 'core.stream.event' -import IOStream from require 'core.stream.io' - -{ - :ValueStream - :EventStream - :IOStream -} -- cgit v1.2.3