Move graphql-upload types to core package and add reference

This commit is contained in:
Martijn Walraven 2018-12-13 19:34:44 +01:00
parent 34322a6523
commit ccf935f976
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,5 @@
/// <reference path="./types/graphql-upload.d.ts" />
import supportsUploadsInNode from './utils/supportsUploadsInNode'; import supportsUploadsInNode from './utils/supportsUploadsInNode';
// We'll memoize this function once at module load time since it should never // We'll memoize this function once at module load time since it should never