Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export types constructors in the neo4j-driver #928

Merged
merged 5 commits into from
Apr 25, 2022

Conversation

bigmontz
Copy link
Contributor

The lack of constructor export was avoiding type checkins using instanceof.

The exported constructors are already present in index.d.ts

The lack of contructor export was avoiding type checkings using `instanceof`.

The exported constructors are already present in `index.d.ts`
@bigmontz bigmontz marked this pull request as ready for review April 22, 2022 11:32
@bigmontz bigmontz merged commit bc6cc8f into neo4j:5.0 Apr 25, 2022
@bigmontz bigmontz deleted the 5.0-export-constructors branch April 25, 2022 09:17
bigmontz added a commit to bigmontz/neo4j-javascript-driver that referenced this pull request Apr 25, 2022
The lack of constructor export was avoiding type checkins using `instanceof`.

The exported constructors are already present in `index.d.ts`
bigmontz added a commit to bigmontz/neo4j-javascript-driver that referenced this pull request Apr 25, 2022
The lack of constructor export was avoiding type checkins using `instanceof`.

The exported constructors are already present in `index.d.ts`
bigmontz added a commit that referenced this pull request Apr 26, 2022
The lack of constructor export was avoiding type checkins using `instanceof`.

The exported constructors are already present in `index.d.ts`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant