feat: requestHandlersMap should be optional

This commit is contained in:
zyy7259 2022-06-20 15:01:32 +08:00 committed by 林熠
parent cbd95a1778
commit ee7160ea3c

View File

@ -247,7 +247,7 @@ export interface EngineOptions {
/**
*
*/
requestHandlersMap: RequestHandlersMap;
requestHandlersMap?: RequestHandlersMap;
}
const getStrictModeValue = (engineOptions: EngineOptions, defaultValue: boolean): boolean => {