0.0.1-alpha.5 • Published 3 years ago

@ecosis/common v0.0.1-alpha.5

Weekly downloads
126
License
MIT
Repository
github
Last release
3 years ago

@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))
  ])
]);