@ecosis/common
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.5 • Public • Published

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

/@ecosis/common/

    Package Sidebar

    Install

    npm i @ecosis/common

    Weekly Downloads

    0

    Version

    0.0.1-alpha.5

    License

    MIT

    Unpacked Size

    108 kB

    Total Files

    48

    Last publish

    Collaborators

    • equaliser