CustomInspectFunction type

type CustomInspectFunction = (
  depth: number,
  options: InspectOptionsStylized
) => any