isActiveWithin
Stentor API Reference / stentor-guards/src / isActiveWithin
Function: isActiveWithin()
isActiveWithin\<
T>(item):item is ActiveWithin<T>
Defined in: packages/stentor-guards/src/isActiveWithin.ts:12
Type guard to check if the object implements ActiveWithinable
Type Parameters​
T​
T
Parameters​
item​
object
Item to check
Returns​
item is ActiveWithin<T>