mirror of
https://gitlab.com/upRootNutrition/zookeeper.git
synced 2025-06-17 02:45:12 -05:00
feat: init
This commit is contained in:
parent
8379d09058
commit
2cfa016090
2929 changed files with 299087 additions and 3 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