public static of()

in src/construct.ts [33:35]


  public static of(construct: IConstruct): Node {
    return construct.node;
  }