UNPKG

jungle-organic

Version:

The organic programming framework

20 lines (11 loc) 246 B
namespace Jungle { export namespace IO { /** * A resource has a simple IO system that has the basic lining */ export class ResourceIO{ } export class ResourceShell{ } } }