mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 03:55:53 +08:00
9 lines
231 B
JavaScript
9 lines
231 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var BindingCount = {
|
|
MultipleBindingsAvailable: 2,
|
|
NoBindingsAvailable: 0,
|
|
OnlyOneBindingAvailable: 1
|
|
};
|
|
exports.BindingCount = BindingCount;
|