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

Add comment explaining how to use the typings #50

Merged
merged 1 commit into from Apr 12, 2019

Conversation

ithinkihaveacat
Copy link
Contributor

Various other common patterns either produce syntax errors or fail to work as expected, such as:

  • const throat = require('throat');
  • import * as throat from 'throat';
  • import {throat} from 'throat';

Various other common patterns either produce syntax errors or fail to work as expected, such as:

* `const throat = require('throat');`
* `import * as throat from 'throat';`
* `import {throat} from 'throat';`
@coveralls
Copy link

coveralls commented Jun 12, 2018

Coverage Status

Coverage remained the same at 98.551% when pulling 1142bb1 on ithinkihaveacat:patch-1 into cef3dd6 on ForbesLindesay:master.

@ForbesLindesay ForbesLindesay merged commit 3698446 into ForbesLindesay:master Apr 12, 2019
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