Skip to content

[T] NodeCallback

type NodeCallback<T> = (c) => T;

Type Parameters

Type Parameter
T

Parameters

ParameterType
cNode

Returns

T