Update stream-to-promise-tests.ts

This commit is contained in:
Art
2018-03-07 09:14:41 +00:00
committed by GitHub
parent 6a11051b07
commit da58e5fa96

View File

@@ -1,4 +1,4 @@
import * as stp from 'stream-to-promise';
import stp = require('stream-to-promise');
import * as fs from 'fs';
const read = fs.createReadStream(__filename);