Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 0071715

Browse files
committed
Convert stream/StorageNode.js -> stream/StorageNode.ts.
1 parent f1a6d3b commit 0071715

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stream/StorageNode.js renamed to src/stream/StorageNode.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export default class StorageNode {
2-
constructor(address) {
2+
_address: string
3+
constructor(address: string) {
34
this._address = address
45
}
56

0 commit comments

Comments
 (0)