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 from the package root #650

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 27, 2021

  1. Export types from the package root

    Currently I have to do this:
    
    ```ts
    import type { OpenAPIV3 } from "express-openapi-validator/dist/framework/types";
    ```
    
    Looking through the `framework/types.ts` file, it seems many of the types might be useful to users of the library, though I'm not sure if that's true of all of them.
    rattrayalex authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    724e6f9 View commit details
    Browse the repository at this point in the history