Files
DefinitelyTyped/types/cytoscape
Sebastian KroppandGitHub c7e213857e BFS returns void if search not successful
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`
2018-08-07 12:25:48 -04:00
..