UNPKG

lemon-model

Version:

Common shared model definitions for Lemon Micro-Service Platform

13 lines (12 loc) 314 B
/** * `index.ts` * - main index * * @author Steve Jung <steve@lemoncloud.io> * @date 2019-08-09 initial commit * @date 2019-11-26 cleanup and optimized for `lemon-core#v2` * * @copyright (C) lemoncloud.io 2019 - All Rights Reserved. */ export * from './types'; export * from './cores';