Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Fix/types reference node types #2261

Merged
merged 3 commits into from
Feb 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/web3-bzz/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* @date 2018
*/

import {Buffer} from 'buffer';

export class Bzz {
constructor(provider: string | {});

Expand Down
1 change: 1 addition & 0 deletions packages/web3-core/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @date 2018
*/

///<reference path='../node_modules/@types/node/index.d.ts'/>
import * as net from 'net';
import {
BatchRequest,
Expand Down
1 change: 1 addition & 0 deletions packages/web3-utils/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

import BigNumber from 'bn.js';
import {Buffer} from 'buffer';

export type Unit =
| 'noether'
Expand Down