@ecosis/common

These are the extended Core Modules as Common Instance Component

Usage no npm install needed!

<script type="module">
  import ecosisCommon from 'https://cdn.skypack.dev/@ecosis/common';
</script>

README

@ecosis/common

These are the extended Core Modules as Common Instance Component

Usage

const { DataGateway } = require('@ecosis/common');
const { Databse } = require('@ecosis/database');

const db = new Database('.db')

host.add([
  new Instance('', [
    new DataGateway('data', db, (context) => console.log(context))
  ])
]);