mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-07-01 16:05:48 +08:00
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
declare const BindingCount: {
|
|
MultipleBindingsAvailable: number;
|
|
NoBindingsAvailable: number;
|
|
OnlyOneBindingAvailable: number;
|
|
};
|
|
export { BindingCount };
|