googleapis / nodejs-common

🚀🐢 A set of classes and utilities used in Google npm modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix d.ts for concat-stream

JustinBeckwith opened this issue · comments

The @types/concat-stream package seems to have problems when using import * as concatStream from 'concat-stream' style imports.

This package needs to be fixed:
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concat-stream

The fix likely looks like this:
DefinitelyTyped/DefinitelyTyped#24650

After that's fixed and shipped, we need to update the package and make sure we use import instead of require for the package.

Resolved by #94