Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 521 Bytes

File metadata and controls

25 lines (14 loc) · 521 Bytes

Home > @datashaper/workflow > verbs

verbs() function

Returns all verbs, subject to optional filter.

Signature:

export declare function verbs(filter?: (verb: Verb) => boolean): Verb[];

Parameters

Parameter Type Description
filter (verb: Verb) => boolean (Optional)

Returns:

Verb[]