UNPKG

karma-typescript-agile-preprocessor

Version:

Leverage the power of gulp-typescript for a simple yet powerful Karma preprocessor.

14 lines (10 loc) 249 B
'use strict'; function inspectStream(stream) { var streamType = stream.constructor.name; // Avoid StreamStream if (streamType === 'Stream') { streamType = ''; } return '<' + streamType + 'Stream>'; } module.exports = inspectStream;