Skip to content

Commit

Permalink
Merge pull request #33364 from diesal11/master
Browse files Browse the repository at this point in the history
[Papaparse] Fix node package reference/import
  • Loading branch information
jessetrinity committed Feb 28, 2019
2 parents 3dd5252 + 27af435 commit 604c21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/papaparse/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2

import "node";
/// <reference types="node" />

export as namespace Papa;

Expand Down

0 comments on commit 604c21a

Please sign in to comment.