- Preparing search index...
- The search index is not available
Deepkit
Function extractStateToFunctionAndCallIt
- extractStateToFunctionAndCallIt(state: TemplateState, type: Type): {
setFunction: ((fn: Function) => {
fn: undefined | Function;
});
state: TemplateState;
}
-
Returns {
setFunction: ((fn: Function) => {
fn: undefined | Function;
});
state: TemplateState;
}
-
setFunction: ((fn: Function) => {
fn: undefined | Function;
})
-
- (fn: Function): {
fn: undefined | Function;
}
-
Returns {
fn: undefined | Function;
}
-