Initial commit
This commit is contained in:
+7
@@ -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;
|
||||
Reference in New Issue
Block a user