UNPKG

pip-services4-persistence-node

Version:

Persistence Components for Pip.Services in Node.js / ES2017

9 lines (8 loc) 190 B
/** * @module core * @preferred * Contains interfaces for various design patterns that work with data. */ export * from './read'; export * from './write'; export * from './persistence';