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

basic type declaration for Typescript import #34

Merged
merged 1 commit into from
Feb 23, 2017
Merged

basic type declaration for Typescript import #34

merged 1 commit into from
Feb 23, 2017

Conversation

nick-fytros
Copy link
Collaborator

  • Added a basic setup for type declarations for Typescript. Nothing fancy yet but it works on Typescript too.
    Since your package is published on NPM, you don’t even need external tools like Typings, as declarations are automatically imported with express-vue. That means all you need is a simple:

    import expressVue = require('express-vue');

    and you are able to use express-vue with Typescript.

@coveralls
Copy link

coveralls commented Feb 23, 2017

Coverage Status

Coverage remained the same at 80.693% when pulling 1b8d4c4 on nick-fytros:typescript-declaration-file-types into 4080155 on danmademe:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 80.693% when pulling 1b8d4c4 on nick-fytros:typescript-declaration-file-types into 4080155 on danmademe:master.

@danielcherubini danielcherubini merged commit 31b5284 into express-vue:master Feb 23, 2017
@nick-fytros nick-fytros deleted the typescript-declaration-file-types branch February 23, 2017 21:50
onebesky pushed a commit to onebesky/express-vue that referenced this pull request Oct 5, 2017
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.

None yet

3 participants