Skip to content

Commit

Permalink
Added wildcard readonly property
Browse files Browse the repository at this point in the history
- helps with testing
  • Loading branch information
rodigu committed Feb 9, 2022
1 parent 8291895 commit d10bb24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export class Network {
readonly is_directed: boolean;
readonly is_multigraph: boolean;

readonly [key: string]: any;

private edge_limit: number;
private vertex_limit: number;
private free_eid: number;
Expand Down

0 comments on commit d10bb24

Please sign in to comment.