commit
This commit is contained in:
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
7
node_modules/ts-mixer/dist/esm/settings.d.ts
generated
vendored
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue