Skip to content

Conversation

@lio-mengxiang
Copy link

hello, there are some unused type code.

realm: Realm is not used in the following code

export type Operator<In, Out> = (source: NodeRef<In>, realm: Realm) => NodeRef<Out>;

So i remove it.

hello, there are some unused code.

realm: Realm is not used in the following code
```typescript
export type Operator<In, Out> = (source: NodeRef<In>, realm: Realm) => NodeRef<Out>;
```
So i remove it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant