UNPKG

@apollographql/graphql-upload-8-fork

Version:

Fork of graphql-upload@8 that works with graphql@15 for compatibility with apollo-server@2

12 lines (8 loc) 192 B
'use strict' exports.__esModule = true exports.ignoreStream = void 0 const ignoreStream = stream => { stream.on('error', () => {}) stream.resume() } exports.ignoreStream = ignoreStream