Type Alias IsAny<T>

IsAny: 0 extends 1 & T ? true : false

Detects the any type. Resolves to true when T is any, false otherwise. Used internally to guard against any propagation from AWS SDK's NativeAttributeValue.

Type Parameters

  • T