This commit is contained in:
Lukian 2023-06-20 15:28:07 +02:00
parent 68f4b60012
commit 41ae7ff4bd
1010 changed files with 38622 additions and 17071 deletions

7
node_modules/ts-mixer/dist/esm/settings.d.ts generated vendored Normal file
View file

@ -0,0 +1,7 @@
export type Settings = {
initFunction: string | null;
staticsStrategy: 'copy' | 'proxy';
prototypeStrategy: 'copy' | 'proxy';
decoratorInheritance: 'deep' | 'direct' | 'none';
};
export declare const settings: Settings;