mahiatlinux's picture
Upload 3053 files
311cc15 verified
raw
history blame contribute delete
236 Bytes
export type Settings = {
initFunction: string | null;
staticsStrategy: 'copy' | 'proxy';
prototypeStrategy: 'copy' | 'proxy';
decoratorInheritance: 'deep' | 'direct' | 'none';
};
export declare const settings: Settings;