Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Convert requires to imports#289

Merged
DominicKramer merged 1 commit intogoogleapis:masterfrom
DominicKramer:to-ts-prs/3-update-requires
Jun 28, 2017
Merged

Convert requires to imports#289
DominicKramer merged 1 commit intogoogleapis:masterfrom
DominicKramer:to-ts-prs/3-update-requires

Conversation

@DominicKramer
Copy link
Copy Markdown
Contributor

No description provided.

@DominicKramer DominicKramer requested a review from ofrobots June 28, 2017 07:56
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 28, 2017
}
var s = fs.ReadStream(filename);
// TODO: Determine why property 'ReadStream' does not exist on type 'fs'
var s = (fs as any).ReadStream(filename);

This comment was marked as spam.

This comment was marked as spam.

@DominicKramer DominicKramer merged commit a0f9cc4 into googleapis:master Jun 28, 2017
@DominicKramer DominicKramer deleted the to-ts-prs/3-update-requires branch July 6, 2017 20:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants