(path: string, createIfNone?: boolean)
| 45 | getNode(): INode; |
| 46 | |
| 47 | get(path: string, createIfNone?: boolean): IProp | null; |
| 48 | |
| 49 | export(stage?: IPublicEnumTransformStage): { |
| 50 | props?: IPublicTypePropsMap | IPublicTypePropsList; |
no outgoing calls
no test coverage detected