Skip to content

Commit

Permalink
fix(index): export SlothIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
vinz243 committed Apr 15, 2018
1 parent fd93777 commit b498908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/slothdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import PouchFactory from './models/PouchFactory'
import { belongsToMapper } from './utils/relationMappers'
import SlothDatabase from './models/SlothDatabase'
import SlothView from './decorators/SlothView'
import SlothIndex from './decorators/SlothIndex'

export {
SlothEntity,
Expand All @@ -27,5 +28,6 @@ export {
HasManyDescriptor,
SlothDatabase,
SlothView,
SlothIndex,
belongsToMapper
}

0 comments on commit b498908

Please sign in to comment.