source: node_modules/ts-mixer/dist/esm/settings.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 236 bytes
Line 
1export type Settings = {
2 initFunction: string | null;
3 staticsStrategy: 'copy' | 'proxy';
4 prototypeStrategy: 'copy' | 'proxy';
5 decoratorInheritance: 'deep' | 'direct' | 'none';
6};
7export declare const settings: Settings;
Note: See TracBrowser for help on using the repository browser.