UNPKG

slim-ef

Version:

An implementation of basic entity framework functionnalities in typescript

3 lines (2 loc) 247 B
export { SQLQuerySpecificationEvaluator } from './specification-evaluator'; export { IQuerySpecificationEvaluator, FunctionQueryType, QuerySpecificationEvaluatorConstructor, FieldsSelector, CriteriaExpression } from './specification.interface';