Skip to content

Implement oneOf filters #5

@sequitur

Description

@sequitur

oneOf needs the following functionality:

animals = oneOf(
  "dog"
  "cat"
  "llama")
.filter((text) -> '<span class="animal">' + text + '</span>')
.cycling()

# <span class="animal">dog</span>
console. log animals()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions