Skip to content

Commit

Permalink
fix: Include iridium.d.ts compiled file
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 14, 2016
1 parent c65a288 commit 64e006e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dist/iridium.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export * from "./lib/Core";
export * from "./lib/Model";
export * from "./lib/Instance";
export * from "./lib/Decorators";
export * from "./lib/Plugins";
export * from "./lib/Schema";
export * from "./lib/Cache";
export * from "./lib/CacheDirector";
export * from "./lib/ModelOptions";
export * from "./lib/Configuration";
export * from "./lib/Hooks";
export * from "./lib/Transforms";
export * from "./lib/caches/MemoryCache";
export * from "./lib/caches/NoOpCache";
export * from "./lib/cacheControllers/IDDirector";
export * from "./lib/utils/ObjectID";

0 comments on commit 64e006e

Please sign in to comment.