source:
node_modules/ts-mixer/dist/esm/settings.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 236 bytes |
Line | |
---|---|
1 | export type Settings = { |
2 | initFunction: string | null; |
3 | staticsStrategy: 'copy' | 'proxy'; |
4 | prototypeStrategy: 'copy' | 'proxy'; |
5 | decoratorInheritance: 'deep' | 'direct' | 'none'; |
6 | }; |
7 | export declare const settings: Settings; |
Note:
See TracBrowser
for help on using the repository browser.