Skip to content

Commit

Permalink
feat(ambient): update ambient type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Jan 4, 2017
1 parent fe23b8b commit 51da45f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/ambient.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
declare module 'node-fetch';
declare module 'parse-diff';
declare module 'lodash.includes';
declare module 'lodash.find';
declare module 'jest-runtime';
declare module 'jest-environment-node';

declare module '*/package.json';

0 comments on commit 51da45f

Please sign in to comment.