mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-15 05:30:24 +00:00
return true if search has found the node return false if search is aborted before finding anything returns void/undefined if search should continue therefore return type is a union type of `=> boolean | void`