@taichunmin/buffer - v0.13.16
    Preparing search index...

    Type Alias OrValueOf<T>

    OrValueOf: T | { valueOf: () => T }

    Alias for T or an object supporting valueOf: () => T.

    Type Parameters

    • T

      The type of the value.