UNPKG

javascript-obfuscator

Version:
5 lines (4 loc) 190 B
import { IMapStorage } from '../IMapStorage'; import { ICustomNode } from '../../custom-nodes/ICustomNode'; export interface IControlFlowStorage extends IMapStorage<string, ICustomNode> { }