Skip to content

Conversation

@otakuto
Copy link

@otakuto otakuto commented May 28, 2023

I have created a new utility function that converts an object to oneof.

// before
const v = { oneofKind: 'a', a: 'test' }

// after
const v = intoOneof({ a: 'test' })

Please review my changes and let me know if any modifications are required.

Thank you!

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