FunctionsisModelFlowOn this pageFunction: isModelFlow() function isModelFlow(fn): fn is Function & Record<typeof modelFlowSymbol, unknown>; Returns if the given function is a model flow or not. Parameters ParameterTypeDescriptionfnunknownFunction to check. Returns fn is Function & Record<typeof modelFlowSymbol, unknown>