Type Alias StackOpts

StackOpts: {
    capacity?: number;
    debug?: boolean;
    discardPolicy?: StackDiscardPolicy;
}