UNPKG

@fruitsjs/core

Version:

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

10 lines (7 loc) 240 B
import {isAttachmentVersion} from './isAttachmentVersion'; import {getAttachmentVersion} from './getAttachmentVersion'; // TODO: create a value object for Attachment export { isAttachmentVersion, getAttachmentVersion, };