UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

8 lines (7 loc) 179 B
export interface StackItem { symbol: string; source: string; graphId?: string; nodeUid?: string; } export declare function parseStack(stack: string): StackItem[];