UNPKG

@fruitsjs/core

Version:

Principal package with functions and models for building Fruits Eco-Blockchain applications.

12 lines (11 loc) 264 B
/** * This is the API submodule providing Fruits Network API functions * * @moduledefinition core.api * @see [[composeApi]] and/or [[ApiComposer]] * * * */ export * from './apiComposer'; export * from './composeApi'; export * from './factories';