Type Alias StackFrame<T>

StackFrame: Record<string, T>

Stack frame type for storing data

Type Parameters

  • T = unknown