first commit

This commit is contained in:
Ichitux
2026-04-05 03:08:53 +02:00
commit 1082d36c12
28015 changed files with 3767672 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/**
* Used for preserving class names for minified class instances
* Useful for error objects and other classes where public name
* actually matters
*
* @param classObject
* @param name
*/
export declare function setClassName(classObject: Function, name: string): void;