export type WrapOption = { /** * If `true`, the program will exit when panic. By default is `false`. */ panic?: boolean /** * Exit code when panic. By default is `1`. */ exitCode?: number }
Last updated 1 year ago