Skip to main content

Function: isResolvedTake()

function isResolvedTake(op): op is GTake<ResolvedTake>;

Checks if the operation is a resolved take operation.

Parameters

op: ResolvedOperation

The operation to check.

Returns

op is GTake<ResolvedTake>

True if the operation is a resolved take operation, false otherwise.


Coinweb © 2024