@novice1/socket - v0.4.6
    Preparing search index...

    Variable utilsConst

    utils: {
        errorHandler: <DataType, ErrorType>(
            fn: Controller<DataType, ErrorType>,
            errorEvent?: string,
        ) => Controller<DataType, ErrorType>;
        explodeData: <DataType, ErrorType>(
            fn: Func<DataType, ErrorType>,
        ) => Controller<DataType, ErrorType>;
    } = ...

    Type Declaration

    • errorHandler: <DataType, ErrorType>(
          fn: Controller<DataType, ErrorType>,
          errorEvent?: string,
      ) => Controller<DataType, ErrorType>
    • explodeData: <DataType, ErrorType>(
          fn: Func<DataType, ErrorType>,
      ) => Controller<DataType, ErrorType>

    utils