npm.io
1.0.0-beta.55 • Published 7 years ago

susyweb-core

Licence
LGPL-3.0
Version
1.0.0-beta.55
Deps
7
Size
24 kB
Vulns
0
Weekly
0

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.