🔧WrapConfig

export type TWrapConfig = {
  panic: boolean
  panicFn: Panic
}

WrapConfig type defines the config type of unwrapit.

Last updated