Skip to content

Instantly share code, notes, and snippets.

@WimJongeneel
Last active December 30, 2019 11:53
Show Gist options
  • Save WimJongeneel/e3c1d7275eea4f01bb491231bffb9cd1 to your computer and use it in GitHub Desktop.
Save WimJongeneel/e3c1d7275eea4f01bb491231bffb9cd1 to your computer and use it in GitHub Desktop.
interface IQueryable<T> {
where(e: Expr<T>): IQueryable<T>
toArray(): Promise<T[]>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment