interface LogWritable<T> {
    write: ((chunk) => boolean);
}

Type Parameters

  • T

Properties

Properties

write: ((chunk) => boolean)

Type declaration

    • (chunk): boolean
    • Parameters

      • chunk: T

      Returns boolean