Skip to content

Commit

Permalink
export interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadeveatii committed May 17, 2019
1 parent ba13b5e commit 3897b2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ export default function itiriri<T>(source: Iterable<T>): IterableQuery<T> {
return new Itiriri(source);
}

export { IterableQuery };

class Itiriri<T> implements IterableQuery<T>{
constructor(private readonly source: Iterable<T>) {
}
Expand Down

0 comments on commit 3897b2d

Please sign in to comment.