UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

12 lines (11 loc) 234 B
/** * This is the API submodule providing Signum Network API functions * * * @see {@link composeApi} and/or {@link ApiComposer} * * * */ export * from './apiComposer'; export * from './composeApi'; export * from './factories';