susyweb-core
v1.0.0-beta.55
Published
SusyWeb core tools for sub packages. This is an internal package.
Downloads
10
Readme
susyweb-core
This is a sub module of susyweb.js
The susyweb-core
contains the AbstractSusyWebModule.
This should be used if someone wants to implement a new susyweb module.
Installation
npm install susyweb-core
Usage
import {AbstractSusyWebModule} from 'susyweb-core';
new AbstractSusyWebModule(...);
Types
All the typescript typings are placed in the types folder.