UNPKG

pip-services4-persistence-node

Version:

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

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