Type Alias: AcceptedElems<T>
AcceptedElems<
T> =BasicAcceptedElems<T> | (this,i,el) =>BasicAcceptedElems<T>
Defined in: src/types.ts:51
Elements that can be passed to manipulation methods, including functions.
Type Parameters
T
T extends AnyNode