UNPKG

@skimp/json-file

Version:

The json-file module for the skimp domain modelling framework

4 lines (3 loc) 167 B
export { IEntityFactory } from './interfaces/entity-factory.interface'; export { IEntity } from './interfaces/entity.interface'; export { Db } from './classes/db';