Skip to content

Conversation

@sawrozpdl
Copy link

@sawrozpdl sawrozpdl commented Oct 30, 2022

Add extend support for data set update:

const options = {
    adjectives: ['completely', 'newy'],
    nouns: (curr) => [...curr, 'two', 'new', 'nouns'],
    verbs: ['replace', 'verbs', 'with', 'these'],
}

extend(options)

Copy link

@Mondjoe Mondjoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add extend support. #4

Copy link

@Mondjoe Mondjoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add extend support. #4

Copy link

@Mondjoe Mondjoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add extend support.#4

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.

2 participants