UNPKG

ifui

Version:

17 lines (14 loc) 248 B
"use strict"; exports.__esModule = true; exports.default = { id: 1, zIndex: 2000, stack: [], lockCount: 0, plusKey: function plusKey(key) { return this[key]++; }, get top() { return this.stack[this.stack.length - 1]; } };