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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);