Options
All
  • Public
  • Public/Protected
  • All
Menu

A lazy rule source.

Hierarchy

  • IRuleSource

Implemented by

Index

Properties

Properties

get

get: () => AsyncIterator<Rule>

Type declaration

    • (): AsyncIterator<Rule>
    • Returns a (possibly lazy) stream that processes all quads matching the pattern.

      Returns AsyncIterator<Rule>

      The resulting rule stream.

Generated using TypeDoc