Skip to content

Commit

Permalink
fix(api): export update/filter operators from package root 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioArnt committed Sep 26, 2019
1 parent 6d7c36f commit 0fe1763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/* eslint-disable import/no-unresolved */
import Model from './base-model';

export * from './update-operators';
export * from './operators';

export default Model;

0 comments on commit 0fe1763

Please sign in to comment.