Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#34460 from she11sh0cked/master
Browse files Browse the repository at this point in the history
[hummus-recipe] added a namespace for types and interfaces, fixed a typo and a wrong type
  • Loading branch information
DanielRosenwasser authored Apr 10, 2019
2 parents fc3756f + 82ffa9a commit 7d3ae70
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 161 deletions.
2 changes: 1 addition & 1 deletion types/hummus-recipe/hummus-recipe-tests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Recipe } from 'hummus-recipe';
import Recipe = require("hummus-recipe");

// $ExpectType Recipe
const pdf = new Recipe("new", "test.pdf", {
Expand Down
Loading

0 comments on commit 7d3ae70

Please sign in to comment.